From e274a0631b80c542451d2e6d7b50f46e6fc691ff Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sat, 29 Oct 2022 00:39:28 +0200 Subject: [PATCH] Add iframe --- templates/appointment.tera.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/templates/appointment.tera.html b/templates/appointment.tera.html index f8bb1a8..309cd90 100644 --- a/templates/appointment.tera.html +++ b/templates/appointment.tera.html @@ -7,7 +7,7 @@
-
+
{% set dir = page.path | trim_start_matches(pat="/") %} {% set image_path = dir ~ config.extra.appointment_image_filename %} @@ -24,4 +24,16 @@
+ + {% endblock content %} + +{% block scripts %} + +{% endblock %}