2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/theme/templates/page.html
2019-06-29 21:28:41 +02:00

18 lines
427 B
HTML

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