single.html (326B) - raw
1 2 3 4 5 6 7 8 9 10 11
{{ define "main" }} <h1><a href="/irc-art">irc art archive</a> // {{ lower .Title }}</h1> <div> download: <a href="{{ .Params.txt }}">txt</a> <a href="{{ .Params.sshot }}">png</a> </div> <div class="irc-art"> {{ .Params.artData | base64Decode | htmlUnescape | safeHTML }} </div> {{ end }}