We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac2975 commit b982c41Copy full SHA for b982c41
application/templates/pages/guidance/publish-data-on-your-website
@@ -1,22 +1 @@
1
-{%- do pageData.update({
2
- 'pageTitle': 'Publish data on your website'
3
-}) %}
4
-{% set templateName = 'dl-info/guidance/publish-data-on-your-website.html' %}
5
-{% extends "layouts/layout--guidance.html" %}
6
-{%- from "components/back-button/macro.jinja" import dlBackButton %}
7
8
-{% block breadcrumbs%}
9
- {{ dlBackButton({
10
- "parentHref": '/guidance/'
11
- })}}
12
-{% endblock %}
13
-
14
-{% block content_primary %}
15
16
- {% set markdown_content %}
17
- {%- include pageData.root_url + "publish-data-on-your-website.md" with context -%}
18
- {% endset %}
19
20
- {{ markdown_content | render_markdown(govAttributes=True) }}
21
22
0 commit comments