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

Welcome to freenode, the new home of your projects.

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

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

{{ article.render() }}

{#
{% endblock content %}