{% extends "global/layout.html" %} {%- from "global/macros" import render_categories with context -%} {% block title %}{{ title }} - {{ _('Blog') }}{% endblock %} {% block content %} {% autoescape false %} {{ body }} {% endautoescape %}

Flattr this

{% endblock %}