summaryrefslogtreecommitdiff
path: root/static/html/daily.htm
blob: b3b60444fa88dd8cd16303b9b3cbc7e575255c02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
    {{template "head" . }}
    <main>
        {{template "header" . }}
        {{if ne .Templates.DDStrips ""}}
        <h2 id="strips"><a href="#strips">#</a> Strips</h2>
        {{.Templates.DDStrips}}
        {{end}}
        <h2 id="content"><a href="#content">#</a> Content</h2>
        {{.Templates.SomeList}}
    </main>
</html>