aboutsummaryrefslogtreecommitdiffstats
path: root/built-texts/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'built-texts/templates/page.html')
-rw-r--r--built-texts/templates/page.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/built-texts/templates/page.html b/built-texts/templates/page.html
new file mode 100644
index 0000000..6c0e36a
--- /dev/null
+++ b/built-texts/templates/page.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+{% block title %} {% endblock %}
+{% block content %}
+<section id="content" class="body span10">
+ <h2 class="content-title">{{ page.title }}</h2>
+ {% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">get
+ the pdf</a>{% endif %}
+ {{ page.content }}
+</section>
+{% endblock %}