]> jfr.im git - irc/freenode/web-7.0.git/blame - templates/index.html
add cms7 config.yml
[irc/freenode/web-7.0.git] / templates / index.html
CommitLineData
8978a3db
EK
1{% extends "base.html" %}
2{% set title = config.name %}
3{% block content %}
4<div class="jumbotron">
5 <h2 class="child">Welcome to freenode, the new home of your projects.</h2>
6
7
8 <div class="box-container">
9 <a class="box" href="about">
10 <i class="fa fa-comment fa-4x"></i><br>Chat
11 </a>
12 <a class="box" href="help">
13 <i class="fa fa-question fa-4x"></i><br>FAQ
14 </a>
15 <a class="box" href="contribute">
16 <i class="fa fa-users fa-4x"></i><br>Register a group
17 </a>
18 </div>
19</div>
20
21
22<div class="main">
23 {{ get_module("news").articles[-1].render() }}
24</div>
25{% endblock content %}