{% extends "admin/master.html" %} {% import 'admin/layout.html' as layout with context %} {% from "govuk_frontend_jinja/components/back-link/macro.html" import govukBackLink %} {% from 'govuk_frontend_jinja/components/error-summary/macro.html' import govukErrorSummary %} {% block beforeContent %} {{ govukBackLink({"text": "Back", "href": url_for('collection_lifecycle.tasklist', grant_id=grant.id, collection_id=collection.id) }) }} {% endblock %} {% block action_panel %}
Enter GOV.UK-style markdown for the grant's privacy policy. {% if grant.privacy_policy_markdown %} Preview the current privacy policy (opens in a new tab). {% endif %}
You can only use level 3 and level 4 headings (###, ####). You can add bulleted lists, dashed lists, and links.