{% extends "layout.html" %} {% block pageTitle %} Question page {% endblock %} {% block beforeContent %} Back {% endblock %} {% block content %}

Heading or question goes here

[Insert question content here]

[See the GOV.UK Design System for examples]

{% endblock %}