~mika/www.m1kadev.nl

ref: ade78edafbadeb79cf388dfc908de5b773a9a61a www.m1kadev.nl/templates/pages/colophon.thtml -rw-r--r-- 312 bytes
ade78eda — m1ka backport docker from previous mainline commit 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en-GB">

<head>
    {{ &base_header }}
    <title>{{ location }} - m1kadev</title>
    {{ &ogp }}
    <link rel="stylesheet" href="/styles/colophon.css">
</head>

<body>
    {{ &navbar }}
    <main>
        {{ &fxg_content }}
        {{ &extended_footer }}
    </main>
</body>
</html>