Files
pelican-themes/tuxlite_tbs/templates/page.html
Matts b543f5d157 Added tuxlite theme, which is inspired by the original bootstrap theme.
Built using twitter bootstrap v2.0, with responsive layout.
2012-01-25 21:24:32 -05:00

11 lines
333 B
HTML

{% 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 %}