summary refs log tree commit diff stats
path: root/templates/base.crotmp
blob: f2002418a4ec0eb9e1ddae8f1ad5fd0378205dcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<:macro page($title)>
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title><$title> - Crater</title>
        <link rel="stylesheet" href="/resources/css/style.css">
    </head>
    <body>
        <:body>
    </body>
</html>
</:macro>