{% extends "withnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} GOV.UK Notify | Edit template {% endblock %} {% block maincolumn_content %}

{{ h1 }}

{{ textbox(name='template_name', label='Template name', value=template_name) }} {{ textbox(name='template_body', label='Message', small=False, value=template_body, highlight_tags=True) }} {{ page_footer( 'Save and continue', back_link=url_for('.dashboard'), back_link_text='Back to manage templates' ) }}
{% endblock %}