{% extends "website/base.html" %} {% load cms_tags sekizai_tags %} {% load url from future %} {% block title %}STAX - Products{% endblock %} {% block bodyclass %}product{% endblock %} {% block triangle %}{% endblock %} {% block content %} {% placeholder "banners" or %} {% show_placeholder "banners" "light-duty-racking" %} {% endplaceholder %}
{% placeholder "main-title" or %} {% show_placeholder "main-title" "light-duty-racking" %} {% endplaceholder %}
{% placeholder "content" or %} {% show_placeholder "content" "medium-duty-racking" %} {% endplaceholder %} {% placeholder "product_left" or %} {% show_placeholder "product_left" "light-duty-racking" %} {% endplaceholder %} {% placeholder "product_right" or %} {% show_placeholder "product_right" "light-duty-racking" %} {% endplaceholder %}
{% endblock %}