mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-09 23:15:53 +00:00
6 lines
126 B
HTML
6 lines
126 B
HTML
{{ partial "header.html" . -}}
|
|
<header><h1>{{ .Title }}</h1></header>
|
|
<article>
|
|
{{ .Content -}}
|
|
{{ partial "footer.html" . }}
|