youyesyet/resources/templates/about.html
2018-06-30 12:51:52 +01:00

14 lines
285 B
HTML

{% extends "base.html" %}
{% block big-links %}
{% endblock %}
{% block content %}
<h2>
Alpha test code
</h2>
<p>
Although addresses in the database mostly are real, all personal data in the database
is randomly generated and does not represent real people.
</p>
{% endblock %}