]> git.somenet.org - somenet/www-somenet-org.git/blob - theme/templates/page.html
content/ntp.md
[somenet/www-somenet-org.git] / theme / templates / page.html
1 {% extends "base.html" %}
2 {% block title %}{{ page.title }}{% endblock %}
3 {% block content %}
4 <section id="content" class="body well">
5     <h1 class="entry-title">{{ page.title }}</h1>
6     {% if PDF_GENERATOR %}
7         <a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">
8             get the pdf
9         </a>
10     {% endif %}
11     {{ page.content }}
12 </section>
13 {% endblock %}