{#========================================== Community ==========================================#} {% extends "./layout.html" %} {% block sectionClasses %}news newsEntry{% endblock %} {% block meta_title %}News - {{newsEntry.title}}{% endblock %} {% block meta_description %}News - {{newsEntry.title}}{% endblock %} {% block scripts %} {#========================================== Moment.js, for dates formatting ==========================================#} {% endblock %} {% block body %}

{{newsEntry.title | raw }}

{{newsEntry.publishedDate}}

{{newsEntry.description | raw }}
{% endblock %}