{% extends "base.html" %} {% import "macros.html" as macros %} {% block styles %} {% endblock %} {% block content %}
{% set image = resize_image(path=config.extra.portrait_path, height=500, op="fit_height") %}

{{ config.extra.self_introduction }}

{{ macros::btn(link=get_url(path='@/angebot/index.md') , text="User Angebot") }}
{{ macros::btn(link=get_url(path='@/termin/index.md') , text="Terminvereinbarung") }}
{% endblock %} {% block scripts %} {% endblock %}