{% extends "main.html" %} {% block content %} {{ super() }}

Active projects

Things members are currently building. Reach out via Telegram or contact the contributor listed on the project page.

{%- for file in pages %} {%- if file.page and file.page.url and file.page.url.startswith('projects/') and file.page.meta.get('status') == 'active' %}
{{ file.page.title }}
{%- if file.page.meta.get('contributors') %}

{{ file.page.meta.contributors | join(', ') }}

{%- endif %} {%- if file.page.meta.get('summary') %}

{{ file.page.meta.summary }}

{%- endif %}
{%- endif %} {%- endfor %}

Contribute to this wiki

The wiki is a public GitHub repository. Anyone can contribute:

If you're not comfortable with Git, post in Telegram and someone can help or do it for you.

{% endblock %}