2023-01-09 00:02:23 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
2023-10-20 21:38:13 +00:00
|
|
|
<title>{% if title is defined %}{{ title }} :: {% endif %}{{ globals.siteInfo.name }}</title>
|
2023-10-18 10:34:30 +00:00
|
|
|
<link href="/assets/hanyuu.css" type="text/css" rel="stylesheet">
|
2023-01-09 00:02:23 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-10-20 21:38:13 +00:00
|
|
|
{% block body %}{% endblock %}
|
2023-10-18 10:34:30 +00:00
|
|
|
<script src="/assets/hanyuu.js" type="text/javascript"></script>
|
2023-01-09 00:02:23 +00:00
|
|
|
</body>
|
|
|
|
</html>
|