{% 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 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" }) }}