{% load wagtailimages_tags wagtailcore_tags my my_amp %}
{% if request.user_agent.is_mobile %} {% endif %} {% if not request.user_agent.is_mobile %} {% if not amp %}
{% include 'cms/blocks/common/nav/nav_header.html' with menus=page.navigation.header_menus click=1 %}
{% endif %}
{% for button in page.navigation.header_buttons %} {% include_block button with space='r' %} {% endfor %}
{% endif %}