Files
I2P_Website/show.html.other

16 lines
316 B
Plaintext
Raw Normal View History

{% 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 %}