{% if logoImageHeader == 'image' %} {% include 'partials/logo.html.twig' with {'logo_class': 'logo-img'} %} {% elseif logoImageHeader == 'both' %} {% include 'partials/logo.html.twig' with {'logo_class': 'logo-img'} %}{{ site.title }} {% else %} {{ site.title }} {% endif %}
{% block header_navigation %} {% include 'partials/navigation.html.twig' %} {% endblock %}
{% block header_extra %}
    {% if icon_login %}
  • {% if not grav.user.authenticated %} {{ 'PLUGIN_LOGIN.BTN_LOGIN'|t }} {% else %} {{ 'PLUGIN_LOGIN.BTN_LOGOUT'|t }} {% endif %}
  • {% endif %} {% if icon_lang and config.plugins.langswitcher.enabled and system.languages.supported is not null %} {% include 'partials/langswitcher.html.twig' %} {% endif %} {% if config.plugins.simplesearch.enabled and icon_search %} {% include 'partials/simplesearch_searchbox.html.twig' %} {% endif %}
  • Menu
{% endblock %}