12 lines
281 B
HTML
12 lines
281 B
HTML
{{ partial "header.html" . }}
|
|
|
|
<header><h1>{{ with .Params.icon }}<img src="/pix/{{ . }}" class=titleimg>{{ end }}{{ .Title }}</h1></header>
|
|
|
|
<article>{{ with .Params.img }}<img src="/pix/{{ . }}" class=titleimg>{{ end }}
|
|
|
|
{{ .Content }}
|
|
|
|
</article>
|
|
|
|
{{ partial "footer.html" . }}
|