picgo/view/picture.html

11 lines
153 B
HTML
Raw Normal View History

{{define "style"}}
{{end}}
{{define "content"}}
<h1 class="h2">Picture</h1>
<p>Picture page content goes here.</p>
{{end}}
{{define "script"}}
{{end}}