{% extends 'layout.html' %} {% set mainClasses = "hs2-main-wrapper--s" %} {% block pageTitle %} Question page {% endblock %} {% block outerContent %} {{ backLink({ "href": "/templates/start-page", "text": "Back", "classes": "hs2-u-margin-top-4 hs2-u-margin-bottom-0" }) }} {% endblock %} {% block content %}
{{ radios({ "idPrefix": "example", "name": "example", "fieldset": { "legend": { "text": "Heading or question goes here", "classes": "hs2-fieldset__legend--l", "isPageHeading": true } }, "items": [ { "value": "yes", "text": "Yes" }, { "value": "no", "text": "No" } ] }) }} {{ button({ "text": "Continue", "id": "btn_submit" }) }}

[See the HS2 design system for examples.]

{% endblock %}