aboutsummaryrefslogblamecommitdiffstats
path: root/graymill/templates/page.html
blob: dc6cfff95436b9f1bebc63fec296c3a3e9ec58d6 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                             
{% extends "base.html" %}
{% block title %}{{ page.title }}{% endblock %}
{% block content %}
{% if PDF_PROCESSOR %}
    <a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">Download the PDF file</a>
{% endif %}
{{ page.content }}
{% endblock %}