{% extends "base.tera.html" %} {% block content %}

{{ page.title }}


{% set dir = page.path | trim_start_matches(pat="/") %} {% set image_path = dir ~ config.extra.appointment_image_filename %} {% set image = resize_image(path=image_path, width=500, height=500, op="fill") %}
{{ page.content | safe }}
{% endblock content %} {% block scripts %} {% endblock %}