{% extends "layouts/main.html" %} {% block pageTitle %} Secondary navigation page template – {{ serviceName }} – GOV.UK Prototype Components {% endblock %} {% block beforeContent %} {{ govukBackLink({ href: "javascript:window.history.back()" }) }} {% endblock %} {% block content %}

Heading goes here

{{ xGovukSecondaryNavigation({ visuallyHiddenTitle: "Section navigation", classes: "govuk-!-margin-bottom-6", items: [{ text: "Page 1", href: "#", current: true }, { text: "Page 2", href: "#" }, { text: "Page 3", href: "#" }] }) }}

Content goes here.

{% endblock %}