{# /** * @file * Seven's theme implementation to list node types available for adding content. * * Available variables: * - types: List of content types. Each content type contains: * - url: Path to the add content of this type page. * - label: The title of this type of content. * - description: Description of this type of content. * * @see template_preprocess_node_add_list() * @see seven_preprocess_node_add_list() */ #} {% if content %} {% else %}

{% set create_content = path('node.type_add') %} {% trans %} You have not created any content types yet. Go to the content type creation page to add a new content type. {% endtrans %}

{% endif %}