{% extends "global/layout.html" %} {% block title %}Meetings{% endblock %} {% block headextra %} {%- endblock %} {% block content %}

Logs of past I2P meetings

If you have something to discuss, please find the developers on IRC in #i2p-dev. Status updates from developers are also available.

{%- from "global/macros" import render_pagination with context -%} {{ render_pagination(pagination) | safe }} {% endblock %}