mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 18:31:36 +01:00
9 lines
222 B
HTML
9 lines
222 B
HTML
{% extends "layout.html" %}
|
|
{% block title %}{{ this.title }}{% endblock %}
|
|
{% block body %}
|
|
<div class="inner_page termine">
|
|
<h2>{{ this.title }}</h2>
|
|
{{ this.body }}
|
|
{{ this.html }}
|
|
</div>
|
|
{% endblock %}
|