Files
i2p.www/i2p2www/pages/meetings/show.html
2013-08-06 04:33:52 +00:00

16 lines
386 B
HTML

{% extends "global/layout.html" %}
{% block title %}{% trans %}I2P Development Meeting {{ id }}{% endtrans %}{% endblock %}
{% block content %}
{% autoescape false %}
{% if header %}
{{ header | restructuredtext }}
{% endif %}
{% endautoescape %}
<div class="irclog">
<h1>{{ _('Full IRC Log') }}</h1>
{% highlight lang='irc' %}
{{ log|escape }}
{% endhighlight %}
</div>
{% endblock %}