{% extends "base.html" %} {% import "macros/page_title.html" as pt %} {% block content %} {{ pt::page_title(title=page.title) }}

{{ config.extra.practice_name }}

Hausärztliche Gemeinschaftspraxis
{{ config.extra.address_street }}
{{ config.extra.address_zip_city }}

Telefon: {{ config.extra.phone }}
Telefax: {{ config.extra.fax }}
E-Mail: {{ config.extra.email }}

Sprechzeiten

{% for h in config.extra.opening_hours %} {% endfor %}
{{ h.label }} {{ h.time }} Uhr

{{ page.content | safe }}
{% endblock %}