Add a rendered template to the preview page

This commit is contained in:
Chris Hill-Scott
2020-07-08 17:31:51 +01:00
parent 0cf3124f73
commit 846fcbb8dd
2 changed files with 6 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
{% if selected %}
<p class="govuk-body">
{{ "<message here>" }}
{{ template|string }}
</p>
{% call form_wrapper() %}