{# /** * @file * Business+ Lites's theme implementation to display a Article node. */ #} {% extends "node.html.twig" %} {% block node_side %} {% endblock %} {% block meta_area %} {{ content.field_image }} {{ title_prefix }} {{ label }} {{ title_suffix }} {% if display_submitted or (node.comment and comment_count > 0) %} {{ metadata }}
{% if display_submitted %} {{ date }} {% trans %} By {{ author_name }}{% endtrans %} {% endif %} {% if node.comment and comment_count > 0 %}
{% trans %} 1 comment {% plural comment_count %} {{ comment_count }} comments {% endtrans %}
{% endif %}
{% endif %} {% endblock %} {% block content %} {{ attach_library('businessplus_lite/node-article') }}
{{ content|without('comment', 'links', 'field_image') }}
{{ content.links }} {{ content.comment }} {% endblock %}