Page content heading
Content goes here.
{% extends "layouts/main.html" %} {% block pageTitle %} Masthead page template – {{ serviceName }} – GOV.UK Prototype Kit {% endblock %} {% block beforeContent %} {{ govukBackLink({ href: "javascript:window.history.back()" }) }} {% endblock %} {% block main %} {{ xGovukMasthead({ classes: "x-govuk-masthead--large", phaseBanner: { tag: { text: "Alpha" }, text: "This is a new service" }, title: { text: "Page title" }, description: { text: "This is a paragraph of text. It gives some context for this page and wraps across several lines." }, startButton: { href: "#" } }) }}
Content goes here.