mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 08:09:37 +00:00
11 lines
356 B
HTML
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 %} |