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

Page two heading Section title

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

[Page content goes here]

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

{{ pagination({ "previousUrl": "/templates/mini-hub", "previousPage": "Main page", "nextUrl": "/templates/mini-hub/page-3", "nextPage": "Page three" }) }}
{% endblock %}