{% extends "base.html" %} {% block title %}Appointment confirmation - {{ clinic_name | default('DentalPin') }}{% endblock %} {% block content %}
Hello {{ patient_name }},
We confirm your appointment at {{ clinic_name | default('DentalPin') }}:
If you need to reschedule or cancel, please contact us as soon as possible.
{% endblock %}