Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation to list node types available for adding content. Chris@0: * Chris@0: * This list is displayed on the Add content admin page. Chris@0: * Chris@0: * Available variables: Chris@0: * - types: A list of content types, each with the following properties: Chris@0: * - add_link: Link to create a piece of content of this type. Chris@0: * - description: Description of this type of content. Chris@0: * Chris@0: * @see template_preprocess_node_add_list() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: {% if types is not empty %} Chris@0:
Chris@0: {% set create_content = path('node.type_add') %} Chris@0: {% trans %} Chris@0: You have not created any content types yet. Go to the content type creation page to add a new content type. Chris@0: {% endtrans %} Chris@0:
Chris@0: {% endif %}