Form.html gebaut, Blöcke ausgelagert

This commit is contained in:
2024-01-13 16:19:52 +01:00
parent f3202c7235
commit a1ee5f3ea0
4 changed files with 33 additions and 17 deletions

View File

@@ -1,3 +1,9 @@
{% extends "base.html" %}
{% block title %}Homepage{% endblock %}
{% block content %}<h1>Test</h1>{% endblock %}
{% block title %}
Title: Index
{% endblock %}
{% block content %}
Content: Index
{% endblock %}