{{ page.heading }}
{{ page.description }}
{{ profile.name }}
{% if profile.image %}
{% endif %}
{% if profile.birthday %}
Geburtstag
{{ profile.birthday }}
{% endif %}
{% if profile.birthplace %}
Geburtsort
{{ profile.birthplace }}
{% endif %}
{% if profile.education %}
Ausbildung
{% for item in profile.education %}
{% endif %}
{% if profile.job %}
- {{ item }}
Beruf
{{ profile.job }}
{% endif %}
{% if profile.family %}
Familie
{{ profile.family }}
{% endif %}
{% if profile.deathday %}
Todestag
{{ profile.deathday }}
{% endif %}