{% load trans blocktrans from i18n %} {% load gravatar_url from gravatar %} {% load static from static %} {% comment %} Application header menu, for desktop and mobile display This template provides some blocks that parent templates will use to override menu display. Mostly, they are used to set the active navigation menu item. These blocks are: active_item The id of the menu item to show as active. Values are: ``["projects"]`` {% endcomment %}
{# Pass Django template tag specific configuration into ``HeaderView`` #}
{% block header_logo %} {% endblock header_logo %} {% comment %} The top menu for mobile devices, doesn't show on tablet/computer. {% endcomment %} {% block header_mobile_menu %}
{% endblock header_mobile_menu %} {% comment %} The top menu shown on tablet/computer. Horizontal menu items instead of dropdown. {% endcomment %} {% block header_menu %}
{% endblock header_menu %}