{% extends "website/base.html" %} {% load cms_tags sekizai_tags %} {% load url from future %} {% block title %}STAX - About Us{% endblock %} {% block bodyclass %}about-us{% endblock %} {% block triangle %}{% endblock %} {% block content %} {% placeholder "banners" or %} {% show_placeholder "banners" "about-us" %} {% endplaceholder %}
{% placeholder "about-us" or %} {% show_placeholder "about-us" "about-us" %} {% endplaceholder %}
{% endblock %}