]> jfr.im git - uguu.git/blob - templates/layout.swig
template changes
[uguu.git] / templates / layout.swig
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <meta name="generator" content="Uguu {{pkgVersion}}">
7 <meta name="Description" content="{{SiteMetaInfo}}">
8 <title>{{siteName}} &middot; {% block title %}Kawaii Temporary File Hosting{% endblock %}</title>
9 <link rel="icon" href="favicon.ico">
10 <link rel="stylesheet" href="uguu.min.css">
11 <script src="uguu.min.js"></script>
12 </head>
13 <body>
14 <div class="container">
15 {% block body %}What the fuck are you doing here, <span lang="jp">baka</span>?{% endblock %}
16 </div>
17 </body>
18 </html>