{# /** * @file * Showcase Lites's theme implementation to display a Article node. */ #} {% extends "node.html.twig" %} {% block meta_area %} {{ title_prefix }} {% if not page %} {{ label }} {% endif %} {{ title_suffix }} {% if display_submitted %} {{ author_picture }} {% endif %} {% if display_submitted or node.comment or (view_mode == "full" and mt_setting.reading_time) %}
{% endif %} {% endblock %} {% block content %} {{ attach_library('showcase_lite/node-article') }}
{{ content|without('comment') }}
{{ content.comment }} {% endblock %}