13 lines
216 B
HTML
13 lines
216 B
HTML
{% extends "nav.html" %}
|
|
|
|
{% block content %}
|
|
<section class="section">
|
|
<div class="container">
|
|
<h1 class="title">
|
|
Vefügbarkeit für |datum|
|
|
</h1>
|
|
|
|
</div>
|
|
</section>
|
|
{% endblock %}
|