Add content-metadata component to other pages

This commit is contained in:
Tom Byers
2022-01-05 14:39:18 +00:00
parent 4f10272b00
commit 0fe03993cd
2 changed files with 14 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
{% extends "withoutnav_template.html" %}
{% from "components/content-metadata.html" import content_metadata %}
{% block per_page_title %}
Privacy notice: how we use your data
@@ -10,7 +11,11 @@
<div class="govuk-grid-column-two-thirds">
<h1 class="heading-large">Privacy notice: how we use your data</h1>
<p class="govuk-body">Last updated 1 October 2021</p>
{{ content_metadata(
data={
"Last updated": "1 October 2021"
}
) }}
<h2 class="heading-medium">Who we are</h2>