{% extends "base.html" %} {% block title %}{{ config.name }}{% endblock %} {% import "artinfo.html" as artinfo %} {% block content %}

Welcome to  — supporting free and open source communities since 1998

Chat Register a group FAQ
{% with article = get_module("news").articles[-1] %} {{ artinfo.info(article) }}
{{ article.render() }}
view archive
{% endwith %}
{% endblock content %}