Cleanup after merge

This commit is contained in:
str4d
2012-09-12 22:59:02 +00:00
parent 488e647c34
commit da424479f7
2 changed files with 0 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{{ title }} - Blog{% endblock %}
{% block content %}
{% autoescape false %}
{{ body }}
{% endautoescape %}
{% endblock %}