{% extends "base.html" %} {% set title = 'Fair analytics blog | Offen' %} {% set description = 'Developing Offen. A free and open source analytics software for websites and web applications that allows respectful handling of data.' %} {% set href = 'blog/' %} {% set no_stats = False %} {% set template = 'archives' %} {% set is_article = 'true' %} {% block content %} {% for article in articles %} {% if loop.index != 1 %}
{% endif %}
{{ article.content }}
{% endfor %} {% endblock %}