Files
i2p.www/i2p2www/pages/meetings/show.html

17 lines
338 B
HTML

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