{# /** * @file * Default theme implementation to display a blog. * * Available variables: * - attributes: HTML attributes for the wrapper. * - title_prefix * - title_suffix * * @see template_preprocess_taxonomy_term() * * @ingroup themeable */ #} {{ title_prefix }} {% if not page %}

{{ name }}

{% endif %} {{ title_suffix }} {{ content }}