PR/templates/polls/about.html

8 lines
130 B
HTML
Raw Normal View History

2019-12-03 14:36:59 +01:00
{% extends "base.html" %}
{% block content %}
<h2>Seite Infos</h2>
<p>
123 test Eugen
</p>
{% endblock %}ml>