summaryrefslogtreecommitdiffstats
path: root/dmt/html/master.html
blob: 570c5115d564a472fcb72b7dafb5fbf7110689cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>

<html>
    <head>
        <title>%{ echo -n "$CYCHE_SITE_NAME" | escape_html %}</title>
        <link rel="stylesheet" type="text/css" href="/style.css" />
    </head>

    <body>
        <nav class="links">
            <a href="/">jobs</a>
            | etc...

            <span class="right">
                %{ echo -n "$CYCHE_SITE_NAME" | escape_html %}
                <span id="nav_progress"></span>
            </span>
        </nav>
        %{ template "$page_template" %}
    </body>
</html>