breb 0.5.0

the blog/reblog library and command-line tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
{% extends "base" %}
{% block main %}
  {% if title is defined %}
    <hgroup class="title">
      <h1>{{ title }}</h1>
      {% if subtitle is defined %}<p>{{ subtitle }}</p>{% endif %}
    </hgroup>
  {% endif %}

  {% block body %}{% endblock %}
{% endblock %}