{% extends "base.html" %} {% set title = config.name %} {% block content %}

Welcome to freenode, the new home of your projects.


Chat

FAQ

Register a group
{% with article = get_module("news").articles[-1] %}

{{ article.title }}  {{ article.datetime }} by {{ article.author }}

{{ article.render() }}

{% endwith %} News Archive
{% endblock content %}