aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/groupindex.html
blob: 454980179a3b45ab36f1be7bed3cca712b7bc6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>[% config.sitename %]: g</title>
        [%- INCLUDE head.html -%]
    </head>
    <body>
        [%- INCLUDE body_top.html -%]
        <h1 id='mgnavt'><a href="../index.html">[% config.sitename %]</a> » groups</h1>
        <div class='content'>
            <ul>
                [% FOREACH group IN groups %]
                <li><a href="[% group.value.cn.0 %].html">[% group.value.cn.0 %]</a> : [% group.value.description.0 %]</li>
                [% END %]
            </ul>
        </div>
    </body>
</html>