PR/templates/polls/index.html
2019-11-26 14:31:23 +01:00

9 lines
127 B
HTML

{% extends 'base.html' %}
{% block titel%}
Index-von Test
{% endblock %}
{% block content %}
<h1>123 TEST</h1>
{% endblock %}