{% if page.notice %}
{{ page.notice }}
{% endif %}
{{ page.title }}
{% if page.date %}
{{ page.date | date: "%-d %B %Y" }}
{% endif %}
{{ content }}