11 lines
153 B
HTML
11 lines
153 B
HTML
|
{{define "style"}}
|
||
|
{{end}}
|
||
|
|
||
|
{{define "content"}}
|
||
|
<h1 class="h2">Picture</h1>
|
||
|
<p>Picture page content goes here.</p>
|
||
|
{{end}}
|
||
|
|
||
|
{{define "script"}}
|
||
|
{{end}}
|