<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
    <title>[% template.title or site.title or c.config.apptitle %]</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="description" content="[% template.title or site.title or c.config.apptitle %]">
    <meta name="robots" content="index,nofollow">
    <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css">
    <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css">
    <link rel="stylesheet" type="text/css" href="/static/style/ttsite.css">
    <link rel="icon" type="image/png" href="/g/favicon.png">
</head>
<body class="you">
    [% PROCESS template/header %]
    <div id="mgnavdoc">
        [% content %]
        [% PROCESS template/footer %]
    </div>
    <script src="//nav.mageia.org/js/"></script>
</body>
</html>