14 lines
187 B
HTML
14 lines
187 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<section class="content">
|
|
<h1>home</h1>
|
|
<section class="aktuality">
|
|
<h2>Aktuality</h2>
|
|
</section>
|
|
</section>
|
|
|
|
{% endblock content %}
|
|
|