Base theme for LMMI Journal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
433 B

6 years ago
{#
/**
* @file
* Magazine+'s theme implementation to display a Post node.
*/
#}
{% extends "node.html.twig" %}
{% block header_top %}
{% if content.field_image %}
{{ content.field_image }}
{% endif %}
{% endblock %}
{% block meta_area %}
{% endblock %}
{% block content %}
{{ attach_library('magazineplus/node-post') }}
{{ content|without('field_mt_post_category', 'comment', 'field_image', 'links') }}
{% endblock %}