mirror of
https://gitlab.com/insurgentuo/defiance.git
synced 2025-04-04 06:54:06 +00:00
6 lines
No EOL
107 B
HTML
6 lines
No EOL
107 B
HTML
{{ define "main" }}
|
|
<h1>{{ .Title }}</h1>
|
|
{{ partial "metadata.html" . }}
|
|
<br><br>
|
|
{{ .Content }}
|
|
{{ end }} |