mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 04:57:36 +03:00
13 lines
No EOL
357 B
HTML
13 lines
No EOL
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> |