{% extends "base.html" %} {% set title = 'Fair Analytics Blog | Offen' %} {% set description = 'We are Frederik and Hendrik. Here we post about how we are building a fair and open web analytics tool and what we discovered along the way.' %} {% set href = 'blog/' %} {% set no_stats = False %} {% set template = 'archives' %} {% set bottom_cta = 'index' %} {% block content %}

Fair Analytics Blog

Hi there. We are Frederik and Hendrik. Here we post about how we are building a fair and open web analytics tool and what we discovered along the way.

{% for article in articles %}
{{ article.title }}
{{ article.date | strftime('%d %b %Y') }}{% if article.modified %}(article.updated {{ article.modified | strftime('%d %b %Y') }}){% endif %}, {{ article.author }}

{% if not article.must_read %} {{ article.title }} {% else %} {{ article.title }} {% endif %}

{{ article.description }} Read more

{% endfor %}
{% endblock %}