13 lines
357 B
HTML
13 lines
357 B
HTML
|
<!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>
|