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