aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs/templates/page.html
blob: 65470ea0079c389c61db7aa0cf9eb5d9ab65d84d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}
{% block title %} {% endblock %}
{% block content %}        
<section id="content" class="body">    
    <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 %}