{%set active_page = 'shop.html'%} {% include 'shop/blocks/common_styles.html'%} {% include ACTIVE_THEME+'/sections/resources.html'%} {% block pagehead %}{% endblock %} {% include 'base/blocks/flashed_messages.html'%} {% include ACTIVE_THEME+'/sections/nav.html'%} {% block content %}{% endblock %} {% include ACTIVE_THEME+'/sections/footer.html'%}