~mika/www.m1kadev.nl

ref: d4b54390acc81617f55d893319395643e8650d06 www.m1kadev.nl/templates/pages/colophon.thtml -rw-r--r-- 256 bytes
d4b54390 — m1ka update issue padding 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en-GB">

<head>
    {{ &base_header }}
    <title>{{ location }} - m1kadev</title>
    {{ &ogp }}
</head>

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