{% extends 'layout.html' %} {% block pageTitle %} Content page example - HS2 prototype kit {% endblock %} {% block beforeContent %} {{ breadcrumb({ href: "/", text: "Home" }) }} {% endblock %} {% block outerContent %} {% endblock %} {% block content %}

Page heading goes here

This page example includes a selection of styles and components available to the prototype kit.

For more styles, code snippets and guidance on components visit the HS2 design system.

A 16:9 image placeholder
Image example

Level heading two

{{ list({ "title": "Do", "type": "tick", "items": [ { "item": "example item one" }, { "item": "example item two" }, { "item": "example item three" } ] }) }} {{ list({ "title": "Don't", "type": "cross", "items": [ { "item": "example item four" }, { "item": "example item five" }, { "item": "example item six" }, { "item": "example item seven" } ] }) }}

Level heading three

Body text:

{{ warningCallout({ "heading": "HS2 route-wide injunction proceedings", "HTML": "

Information regarding HS2 route-wide injunction proceedings. These exhibits contain strong and/or abusive language and scenes of violence that some may find disturbing.

" }) }}

Page last reviewed: 30 August 2022

{% endblock %}