X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/6bb71fc1e9ac3ce3d7bf3c323a28c5d8995fc0c7..6db5d50e729ee52786e809d0896187ad16719aa7:/templates/index.html diff --git a/templates/index.html b/templates/index.html index 6235d8c30..b54272ffb 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 — supporting free and open source communities since 1998

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

{{ article.render() }}

- {# -
{{ article.render() }}
+
+ + all + +
{% endwith %} - - News Archive
{% endblock content %}