Skip to content

Instantly share code, notes, and snippets.

@jonheslop
Created November 29, 2017 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonheslop/0d8aff129000d58ce1af352f59a27aa2 to your computer and use it in GitHub Desktop.
Save jonheslop/0d8aff129000d58ce1af352f59a27aa2 to your computer and use it in GitHub Desktop.
GOV.UK Pay Nunjucks bits
{% extends "../../govuk_modules/govuk_template/views/layouts/govuk_template.njk"%}
{% block page_title %}GOV.UK Pay{% endblock %}
{% block head %}
{% include "includes/head.njk" %}
{% endblock %}
{% set homepage_url = '/' %}
{% set logo_link_title = 'Go to the the GOV.UK Pay Homepage' %}
{% set global_header_text = 'GOV.UK <span>Pay <strong class="phase-tag">Beta</strong></span>' | safe %}
{% block cookie_message %}
{% include "includes/cookies.njk" %}
{% endblock %}
{% block footer_support_links %}
{% include "includes/footer-support-links.njk" %}
{% endblock %}
{% block body_end %}
{% include "includes/scripts.njk" %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment