2019-05-30 22:17:39 +02:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block title %}{{ page.title }}{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<section>
|
2019-06-29 21:28:41 +02:00
|
|
|
<h1>
|
2019-05-30 22:54:13 +02:00
|
|
|
<strong>offen</strong> is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
2019-06-29 21:28:41 +02:00
|
|
|
</h1>
|
2019-05-30 22:17:39 +02:00
|
|
|
|
|
|
|
{% block before_content %}{% endblock %}
|
|
|
|
{% block page_content %}{{ page.content }}{% endblock %}
|
|
|
|
{% block after_content %}{% endblock %}
|
|
|
|
|
|
|
|
</section>
|
|
|
|
{% endblock %}
|