Skip to content

Commit

Permalink
Update keep-your-data-up-to-date.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy-Hodge authored Feb 7, 2024
1 parent d4aa669 commit 749e2d1
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
{%- do pageData.update({
'pageTitle': 'Keep your data up to date'
}) %}
{% set templateName = 'dl-info/guidance/keep-your-data-up-to-date.html' %}
{% extends "layouts/layout--guidance.html" %}
{%- from "components/back-button/macro.jinja" import dlBackButton %}

{% block breadcrumbs%}
{{ dlBackButton({
"parentHref": '/guidance/'
})}}
{% endblock %}

{% block content_primary %}

{% set markdown_content %}
{%- include pageData.root_url + "keep-your-data-up-to-date.md" with context -%}
{% endset %}

{{ markdown_content | render_markdown(govAttributes=True) }}

{% endblock %}

0 comments on commit 749e2d1

Please sign in to comment.