{{ '{#' }} /** * @file * Default theme implementation to present {{ entity_type_label|article|lower }} entity. * * This template is used when viewing a canonical {{ entity_type_label|lower }} page, * * Available variables: * - content: A list of content items. Use 'content' to print all content, or * print a subset such as 'content.label'. * - attributes: HTML attributes for the container element. * * @see template_preprocess_{{ entity_type_id }}() */ {{ '#}' }}{% verbatim %} {% if view_mode != 'full' %} {{ title_prefix }} {{ title_suffix }} {% endif %} {% if content %} {{- content -}} {% endif %} {% endverbatim %}