Skip to content

Commit

Permalink
Update what-data-we-collect.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy-Hodge authored Nov 15, 2023
1 parent a11ebd6 commit 04909b4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions application/templates/pages/guidance/what-data-we-collect.html
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
{%- do pageData.update({
'pageTitle': 'What data we collect'
}) %}
{% set templateName = 'what-data-we-collect.html' %}
{% extends "layouts/layout--guidance.html" %}

{%- from "components/back-button/macro.jinja" import dlBackButton %}
{% block breadcrumbs%}
{{ dlBackButton({
"parentHref": '/guidance/'
})}}
{% endblock %}

{% block content_primary %}

<p class="govuk-body-l">Planning Data collects data about a range of subjects.</p>

{% set markdown_content %}
{%- include pageData.root_url + "what-data-we-collect.md" with context -%}
{% endset %}

{{ markdown_content | render_markdown }}

{% endblock %}

0 comments on commit 04909b4

Please sign in to comment.