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 %}