PR/templates/polls/index.html

9 lines
127 B
HTML
Raw Normal View History

2019-11-26 14:31:23 +01:00
{% extends 'base.html' %}
{% block titel%}
Index-von Test
{% endblock %}
{% block content %}
<h1>123 TEST</h1>
{% endblock %}