krz/skunky-art
Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
sonarcloud-cleanup: static/html/daily.htm · raw
1<!DOCTYPE html>
2<html lang="en">
3 {{template "head" . }}
4 <main>
5 {{template "header" . }}
6 {{if ne .Templates.DDStrips ""}}
7 <h2 id="strips"><a href="#strips">#</a> Strips</h2>
8 {{.Templates.DDStrips}}
9 {{end}}
10 <h2 id="content"><a href="#content">#</a> Content</h2>
11 {{.Templates.SomeList}}
12 </main>
13</html>