lugo/layouts/_default/single.html
2022-06-25 12:17:05 -04:00

12 lines
282 B
HTML

{{ partial "header.html" . }}
<header><h1>{{ with .Params.icon }}<img src="/pix/{{ . }}" class=titleicon>{{ end }}{{ .Title }}</h1></header>
<article>{{ with .Params.img }}<img src="/pix/{{ . }}" class=titleimg>{{ end }}
{{ .Content }}
</article>
{{ partial "footer.html" . }}