{#========================================== Community ==========================================#} {% extends "./layout.html" %} {% block sectionClasses %}news{% endblock %} {% block meta_title %}What's new / Change log{% endblock %} {% block meta_description %}What's new / Change log{% endblock %} {% block scripts %} {#========================================== Moment.js, for dates formatting ==========================================#} {% endblock %} {% block body %}

News

{#========================================== Loop over the news entries to display ==========================================#} {% for newsEntry in newsEntries %}

{{newsEntry.publishedDate}}

{{newsEntry.title | raw }}
{{newsEntry.description | raw }}
{% else %}

There are no news entries.

{% endfor %}

Change log

Have a look at the Github commits page.

Twitter

You can follow us on .

{% endblock %}