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: 2.2.0
Show newest version
{% extends "./layout.html" %}

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

{% block scripts %}
{% endblock %}

{% block body %}

{{newsEntry.title | raw }}

{{newsEntry.publishedDate | dateFormat('_', 'short', ' ')}} ({{newsEntry.publishedDate | dateFormat('relative') }})
{{newsEntry.description | raw }}
{% endblock %}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy