{% extends 'layout.html' %} {% block pageTitle %} Check it works - HS2 prototype kit {% endblock %} {% block beforeContent %} {{ breadcrumb({ items: [ { href: "/docs", text: "Home" } ], href: "/docs/install", text: "Install" }) }} {% endblock %} {% block content %}
In your web browser, visit http://localhost:3000 opens in a new tab
You should see the prototype welcome page.
The kit is now installed. Congratulations!