{% extends "base.html" %} {% load static wagtailcore_tags wagtailimages_tags %} {% block content %}
{% if page.image %} {% image page.image max-400x400 as profile_image %} Profilový obrázek osoby {{ page.full_name }} {% endif %}

{{ page.full_name }}

{% if page.position %}
{{ page.position }}
{% endif %} {% if page.email %}
{{ page.email }}
{% endif %}
{% if page.description %}
{{ page.description|richtext }}
{% endif %}
{% endblock %}