{% extends "layout.html" %} {% block pageTitle %} {{ title or "Documentation" }} – GOV.UK Prototype Kit {% endblock %} {% block beforeContent %} {{ govukBreadcrumbs({ items: [ { text: "GOV.UK Prototype Kit", href: "/docs" }, { text: "Tutorials and templates", href: "/docs/tutorials-and-examples" } ] }) }} {% endblock %} {% block content %}
{{document | safe}}
{% endblock %}