forked from ag_kommunikation/webseite
Ordentliche H1 zum im Page-Layout hinzugefügt.
This commit is contained in:
parent
d0471403b2
commit
0a574e98d8
@ -1,10 +1,16 @@
|
|||||||
{% extends "layout.html" %}
|
{% extends "header.html" %}
|
||||||
{% block title %}{{ this.title }}{% endblock %}
|
{% block title %}{{ this.title }}{% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<section class="content -odd -columns">
|
<section class="content -odd -columns">
|
||||||
<div class="content__wrapper -columns">
|
<div class="content__box">
|
||||||
<h2>{{ this.title }}</h2>
|
<div class="content__inner_box">
|
||||||
|
<h1>{{ this.title }}</h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="content__box">
|
||||||
|
<div class="content__inner_box">
|
||||||
{{ this.body }}
|
{{ this.body }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user