{% extends "base.html" %} {% set title = 'Fair analytics blog | Offen' %} {% set description = 'Developing an open alternative to common web analytics tools. Gain insights while your users have full access to their data. Lightweight, self hosted and free.' %} {% set href = 'blog/' %} {% set no_stats = False %} {% set template = 'archives' %} {% set cta_1 = 'true' %} {% block content %} {% for article in articles %} {% if loop.index != 1 %}
{% endif %}
{{ article.title }}

{{ article.summary_title }}

{{ article.description }} Read more

{% endfor %} {% endblock %}