{% extends 'layout.html' %} {% block pageTitle %} Mini hub - Main page {% endblock %} {% block beforeContent %} {{ breadcrumb({ href: "/", text: "Home" }) }} {% endblock %} {% block content %}
[Page content goes here]
[Visit the HS2 design system for guidance and examples.]
{{ pagination({ "nextUrl": "/templates/mini-hub/page-2", "nextPage": "Page two" }) }}