Files
I2P_Website/show.html.other
str4d b89262af8c merge of '2ce4e166e0483f51424fadd6000ab0533c7c500e'
and 'bb781be28724dd3f71b63d80c1ac103ccc692a89'
2012-09-13 12:36:48 +00:00

16 lines
316 B
Plaintext

{% extends "global/layout.html" %}
{% block title %}I2P Development Meeting {{ id }}{% endblock %}
{% block content %}
{% autoescape false %}
{% if header %}
{{ header | restructuredtext }}
{% endif %}
{% endautoescape %}
<div class="irclog">
<pre>
{{ log|escape }}
{# TODO: pygments #}
</pre>
</div>
{% endblock %}