{% extends "base.html" %} {% block title %}Appointment reminder - {{ clinic_name | default('DentalPin') }}{% endblock %} {% block content %}
Hello {{ patient_name }},
This is a friendly reminder of your upcoming appointment at {{ clinic_name | default('DentalPin') }}:
Please arrive a few minutes early. If you need to reschedule, contact us as soon as possible.
{% endblock %}