templates.newsEntry.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
{% 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 %}