forked from I2P_Developers/i2p.www
Cleanup after merge
This commit is contained in:
7
i2p2www/pages/blog/entry.html
Normal file
7
i2p2www/pages/blog/entry.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{{ title }} - Blog{% endblock %}
|
||||
{% block content %}
|
||||
{% autoescape false %}
|
||||
{{ body }}
|
||||
{% endautoescape %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user