{% load wagtailimages_tags %} {% image main_image original as background_image %}

{% firstof second_nav_text 'Osoby' as actual_second_nav_text %} {% include 'styleguide2/includes/atoms/header/navigation.html' with classes='mb-10' first_text=first_nav_text second_text=actual_second_nav_text first_link=first_nav_link %} {% if degree_before %} {{ degree_before }} {% endif %}
{{ name }} {% if degree_after %} {{ degree_after }} {% endif %}
{% if function %} {{ function }} {% endif %} {% block after_function %}{% endblock %}