First public release

This commit is contained in:
Paweł Romanowski 2019-02-05 18:27:02 +00:00
commit deee53f745
66 changed files with 1956 additions and 0 deletions

9
templates/page.html Normal file
View file

@ -0,0 +1,9 @@
{% extends "index.html" %}
{% block content %}
<div class="post">
{{ post_macros::header(page=page) }}
{{ post_macros::content(page=page, summary=false) }}
{{ post_macros::earlier_later(page=page) }}
</div>
{% endblock content %}