forked from I2P_Developers/i2p.www
Template and tweaks -> meetings now display. TODO: properly render .rst
This commit is contained in:
8
i2p2www/pages/meetings/show.html
Normal file
8
i2p2www/pages/meetings/show.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}Meeting {{ id }}{% endblock %}
|
||||
{% block content %}
|
||||
{{ header }}
|
||||
<pre>
|
||||
{{ log }}
|
||||
</pre>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user