add footer and content files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends "public/base.html" %}
|
||||
{% extends "public/default.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Hi</h2>
|
||||
|
||||
@@ -4,11 +4,9 @@
|
||||
<body>
|
||||
|
||||
{% include "public/header.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% block raw_content %}
|
||||
{% endblock %}
|
||||
|
||||
<p>Ende Gelände!</p>
|
||||
{% include "public/footer.html" %}
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{% extends "public/base.html" %}
|
||||
|
||||
{% block raw_content %}
|
||||
<div id="content">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
@@ -0,0 +1,5 @@
|
||||
<div id="footer">
|
||||
|
||||
<p>(C) N.H. und C.M.</p>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user