All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.newsEntry.html Maven / Gradle / Ivy

There is a newer version: 0.9.28
Show newest version
{#==========================================
Community
==========================================#}
{% extends "./layout.html" %}

{% block sectionClasses %}news newsEntry{% endblock %}
{% block meta_title %}News - {{newsEntry.title | strip}}{% endblock %}
{% block meta_description %}News - {{newsEntry.title | strip}}{% endblock %}

{% block scripts %}

{#==========================================
Moment.js, for dates formatting
==========================================#}





{% endblock %}

{% block body %}

{{newsEntry.title | raw }}

{{newsEntry.publishedDate}}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy