publik-base-theme/templates/variants/toulouse-2022/theme.html

12 lines
372 B
HTML

{% extends "theme.html" %}
{# Remove header user infos block & add header title #}
{% block header-content %}
<div class="theme-header-title">
<h2>{{ toulouse_site_title|safe }}</h2>
</div>
<div class="gru-content header-button desktop-only">
<a class="pk-button" href="{{ portal_url }}{{ header_button_url }}">{{ header_button_label }}</a>
</div>
{% endblock %}