Files
i2p.www/i2p2www/pages/blog/entry.html

8 lines
174 B
HTML
Raw Normal View History

2012-09-12 17:21:37 +00:00
{% extends "global/layout.html" %}
{% block title %}{{ title }} - Blog{% endblock %}
{% block content %}
{% autoescape false %}
{{ body }}
{% endautoescape %}
{% endblock %}