summaryrefslogblamecommitdiffstats
path: root/ui/html/base.tmpl.html
blob: 77ea1e9563948c4594a48e6eedd2ca8beb80c41f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                             
{{ define "base" }}
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width" />
        <title>DED</title>
    </head>
    <body>
        <h1>Hello from DED!</h1>
    </body>
</html>
{{ end }}