{% extends 'layout.html' %} {% block pageTitle %} Mini hub - Page three {% endblock %} {% block beforeContent %} {{ breadcrumb({ items: [ { href: "/", text: "Home" } ], href: "/templates/mini-hub", text: "Main page" }) }} {% endblock %} {% block content %}

Page three heading Section title

{{ contentsList({ items: [ { href: "/templates/mini-hub", text: "Main page" }, { href: "/templates/mini-hub/page-2", text: "Page two" }, { href: "/templates/mini-hub/page-3", text: "Page three", current: "true" } ] }) }}

[Page content goes here]

[Visit the HS2 design system for guidance and examples.]

{{ pagination({ "previousUrl": "/templates/mini-hub/page-2", "previousPage": "Page two" }) }}
{% endblock %}