{% extends "global/layout.html" %} {%- from "global/macros" import render_categories with context -%} {% block title %}{{ title }} - {{ _('Blog') }}{% endblock %} {% block content %} {% if meta.category and 'summer-dev' in meta.category %}
I2P Summer Dev
{% endif %}
{% autoescape false %} {{ body }} {% endautoescape %}

Flattr this

{% endblock %}