forked from I2P_Developers/i2p.www
add basic blog entry template
This commit is contained in:
7
pages/blog/entry.html
Normal file
7
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