Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/source/pages/templates/post.html

15 lines
338 B
HTML

{% set pageTitle = months[post.month]|capitalize + ' ' + post.year %}
{% set toRoot = '..' %}
{% extends "base.html" %}
{% block body %}
<main id="main">
<section id="post">
{{ post.renderedHTML|safe }}
{% include "statistics.html" %}
{% include "official-topics.html" %}
</section>
</main>
{% endblock %}