{% from 'macro.html' import genurl with context %} {% set link = ['/',link]|join %} {% if FAVICON and FAVICON_TYPE %} {% endif %} {% from 'macro.html' import pagetitle with context %} {{ pagetitle(name) }} {% if output_file == 'sprechstunden.html '%} {% endif %}
{% from 'macro.html' import navbar with context %} {{ navbar(link) }}
{% block left_sidebar %}{% endblock %}
{% block content %}{% endblock %}
{% block pagefooter %}{% endblock %}
{% block right_sidebar %}{% endblock %}
{% from 'macro.html' import footer with context %} {{ footer() }}