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

Form

{{form.name.label}} {{ form.name }}
{{form.email.label}} {{ form.email }}
{{form.message.label}} {{ form.message }}
{%include 'editorial/sections/sidebar.html'%}
{%endblock%}