{% if CACHE == 'enable' %} {% if request.url.path.startswith('/products/') %} {% endif %} {% if request.url.path == '/checkout' %} {% endif %} {% else %} {% if request.url.path.startswith('/products/') %} {% endif %} {% if request.url.path == '/checkout' %} {% endif %} {% endif %}
{% include "partials/nav.html" %} {% block content %}{% endblock %}