8 lines
391 B
HTML
8 lines
391 B
HTML
{% extends "_layout.html" %}
|
|
{% block title %}getinvolved{% endblock %}
|
|
{% block content %}<p>To get involved, please feel free to join us on the #i2p IRC channel (on
|
|
irc.freenode.net, or within I2P on irc.duck.i2p or irc.postman.i2p).
|
|
<p>If you're interested in joining our <a href="team">team</a>, please get in
|
|
touch as we're always looking for eager contributors!</p>
|
|
{% endblock %}
|