Skip to content

Commit

Permalink
Update who-can-publish-data.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy-Hodge authored Nov 15, 2023
1 parent 04909b4 commit c863b47
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions application/templates/pages/guidance/who-can-publish-data.html
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
{%- do pageData.update({
'pageTitle': 'Who can publish data'
}) %}
{% set templateName = 'dl-info/guidance/who-can-publish-data.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 + "who-can-publish-data.md" with context -%}
{% endset %}

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

{% endblock %}

0 comments on commit c863b47

Please sign in to comment.