summary refs log tree commit diff stats
path: root/templates/base.crotmp
blob: 41c0420bf3c230f0ab9dad87e5c69f60bd038c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<: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/colors.css">
      <link rel="stylesheet" href="/resources/css/style.css">
    </head>
    <body>
      <:body>
    </body>
  </html>
</:macro>