]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/people/index.html
people: Complete redesign of base template
[ipfire.org.git] / src / templates / people / index.html
CommitLineData
7aee4b8d 1{% extends "base.html" %}
66862195 2
7aee4b8d 3{% block title %}{{ _("Home") }}{% end block %}
66862195 4
d09d554b
MT
5{% block content %}
6 <section>
7 <h1>{{ _("Hello, %s!") % current_user.first_name }}</h1>
8 </section>
525c01f7 9
d09d554b 10 {% module Channels(current_user) %}
66862195 11{% end block %}