{% load staticfiles %}
{% include 'store/bin/header.html' %} {% block headermenu %} {% endblock %}
{% include 'store/bin/sidebar.html' %}
{% block container %}{% endblock %}
{% include 'store/bin/footer.html' %} {% block scripts %}{% endblock %}