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

Main page heading Section title

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

[Page content goes here]

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

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