summaryrefslogtreecommitdiff
path: root/app/templates/home.html
blob: f518554a123a8e8057ebe95311a9d6e421644ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{# -*- mode: web; -*- #}

{% extends "base.html" %}

{% block title %}
Welcome, {{ user.name_first }}!
{% endblock %}


{% block content %}

<p>You are logged in as <strong>{{ user }}</strong> on
    project <strong>{{ project }}</strong>.</p>

<h2>Available modules</h2>
<dl>
    {% for module in modules %}
    <dt style="font-weight: bold">{{ module.name }}</dt><dd>{{ module.description }}<dd>
	{% endfor %}
</dl>

{% endblock %}
Copyright 2019--2024 Marius PETER