aboutsummaryrefslogblamecommitdiffstats
path: root/built-texts/templates/page.html
blob: 1cb55a1c552039556876e58623e161dc219f9c6a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                         

                                                             






                                                                             
{% extends "base.html" %}
{% block title %}{{ page.title }}- {{ SITENAME }}{%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 %}