{% if not ajax %} {% if not hx_request %} {{ title }} {{ head_links | safe }} {% block head %}{% endblock %} {% endif %}
{% if (not ajax or target == "nav") and display_nav %} {% endif %} {% endif %} {% if not ajax or target == "main" or True %}
{{ main | safe }} {% block main %}{% endblock %}
{% endif %} {% if not ajax %}
{% endif %}