aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/advisories.html
blob: 7daaeb3815547cdd912ddf22abaf14c1d94e0880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[% USE date -%]
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Mageia Advisories</title>
    </head>
    <body>
        <h1>Mageia Advisories</h1>

        [% INCLUDE advisories_table.html advlst = advdb.sorted %]
    </body>
</html>