{% 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 bottom_cta = 'index' %} {% block content %}
{% for article in articles %}
{% if loop.index != 1 %}
{% endif %}
{{ article.title }}
{{ article.date | strftime('%d %b %Y') }}{% if article.modified %}(article.updated {{ article.modified | strftime('%d %b %Y') }}){% endif %}, {{ article.author }}

{{ article.title }}

{{ article.description }} Read more

{% endfor %}
{% endblock %}