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

News

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

{{newsEntry.title | raw }}

{{newsEntry.publishedDate}}

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

No news.

{% endfor %} {% if currentPage > 1 %} {% if currentPage == 2 %} {% else %} {% endif %} {% endif %} {% if nextPage > 0 %} {% endif %}
{#========================================== We only display the Change Log and Twitter section on the first page ==========================================#} {% if currentPage == 1 %}

Change log

Have a look at the Github commits page.

Twitter

You can follow us on .

{% endif %}
{% endblock %}