{% extends "base.html" %} {% block title %} {{ page.title }} {% endblock %} {% block content %}
{% block before_content %}

offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.

{% endblock %} {% block page_content %} {{ page.content }} {% endblock %} {% block after_content %} {% endblock %}
{% endblock %}