{%extends 'editorial/base.html'%} {%block body%}

Posts

{%for page in shopyo_page.get_pages()%}

{{page.title}}

{%endfor%}
{%include 'editorial/sections/sidebar.html'%}
{%endblock%}