{% 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 %} {% if page.href != "/deep-dive/" %} Deep dive {% endif %} {% if page.href != "/" %} Summary {% endif %} {% if page.href != "/status/" %} Status {% endif %} Contact Get involved Support us {% endblock %} {% endblock %}