2021-07-10 19:12:32 +02:00

11 lines
356 B
HTML

{% extends "layout.html" %}
{%- block title -%}
oveda - Terminkalender für Goslar und Hahnenklee
{%- endblock -%}
{% block content %}
<h1>Terminkalender für Goslar und Hahnenklee</h1>
<iframe src="{{ url_for('widget_event_dates', au_short_name='goslar') }}" style="display: block; width: 100vw; height: 70vh; max-width: 100%;"></iframe>
{% endblock %}