~mika/www.m1kadev.nl

ref: 20252f200b736548f407cd78a972a47ab7c9479d www.m1kadev.nl/templates/pages/colophon.thtml -rw-r--r-- 316 bytes
20252f20 — m1ka Import new stylesheets, should work in docker prod environmeny 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en-GB">

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

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