{% extends "layout.html" %} {% block pageTitle %} Example - Branching {% endblock %} {% block beforeContent %} {{ breadcrumb({ items: [ { href: "/docs", text: "Home" } ], href: "/docs/how-tos", text: "How to guides" }) }} {% endblock %} {% block content %}
{% call fieldset({ legend: { text: "Are you a HS2 contractor?", classes: "hs2-fieldset__legend--l", isPageHeading: true } }) %} {{ radios({ "idPrefix": "hs2-contractor", "name": "hs2-contractor", "items": [ { "value": "Yes", "text": "Yes" }, { "value": "No", "text": "No" } ] }) }} {% endcall %} {{ button({ "text": "Continue" }) }}
{{ backLink({ "href": "/docs/how-tos", "text": "Back to How to guides" }) }}
{% endblock %}