Form.html gebaut, Blöcke ausgelagert
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user