X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/b019f79708b56737a797c94eb2a9c3841a87c9cb..fef2588f4a5b42d422df8b0748ce6f23e69ca751:/templates/index.html?ds=sidebyside diff --git a/templates/index.html b/templates/index.html index 67a13c7c5..c2bb7d2e9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,35 +1,33 @@ {% extends "base.html" %} -{% set title = config.name %} +{% block title %}{{ config.name }}{% endblock %} +{% import "artinfo.html" as artinfo %} {% block content %}
-

Welcome to freenode, the new home of your projects.

+

Welcome to freenode — supporting free and open source communities since 1998

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

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

-

{{ article.render() }}

+ {{ artinfo.info(article) }} +
{{ article.render() }}
{#
{% endblock content %}