{% extends "base.html" %} {% load currency_filters %} {% load promotions %} {% block layout %}
{% if messages %} {% endif %} {% for linked_block in merchandising_blocks %} {% render_merchandising_block linked_block %} {% endfor %} {% block content %}{% endblock %}
{% endblock %}