{#{{ kint(node) }}#} {#{% set toc = drupal_entity('block', 'tableofcontents', check_access=false) %}#} {% set tabs = drupal_block('local_tasks_block') %} {% set classes = [ 'node', 'node--type-' ~ node.bundle|clean_class, node.isPromoted() ? 'node--promoted', node.isSticky() ? 'node--sticky', not node.isPublished() ? 'node--unpublished', view_mode ? 'node--view-mode-' ~ view_mode|clean_class, 'clearfix', ] %} {{ attach_library('classy/node') }} {{ attach_library('magazineplus/node') }} {#main banner#} {% include '@lmmi_journal/news_articles/news--hero.html.twig' %}
{#admin tabs#}
{% block node_side %} {% endblock %} {#{% if toc %}#} {#{{ toc }}#} {#{% endif %}#} {#start of article #} {{ tabs }} {% block header_top %} {% endblock %} {#main content#} {% block content %} {{ content|without( 'field_article_highlight_image' )}} {% endblock %} {% block content_bottom %} {% endblock %}