{% extends "base.html" %} {% block menuheader %} {% import "_macros/menu.html" as macros %} {{ macros.render_menu(article.slug) }} {% endblock menuheader %} {% block title %}{{ SHORT_SITENAME }} - {{ article.title|striptags }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{ article.title }}

2020-06-04
{{ article.content }} {% endblock %}