{% extends "base.html" %}
{% block title %}{{ page.title }}{% endblock %}
{% block content %}
offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
{% block before_content %}{% endblock %}
{% block page_content %}{{ page.content }}{% endblock %}
{% block after_content %}{% endblock %}
{% endblock %}