% extends "templates/layouts/base.html" % block head_early {{ super() }} % if len(request.qs) > 0 % endif % endblock % block main
% if request.path.raw not in ('/explore', '/explore/') % from "templates/macros/nav.html" import nav_explore with context % endif
{% block content %}{% endblock %}
% endblock