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

{{page.title}}

{{page.get_content() | safe}}

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