mirror of
https://gitlab.com/insurgentuo/defiance.git
synced 2025-04-04 15:04:43 +00:00
6 lines
No EOL
88 B
HTML
6 lines
No EOL
88 B
HTML
{{ define "main" }}
|
|
<div>
|
|
<h1>{{ .Site.Title }}</h1>
|
|
{{ .Content }}
|
|
</div>
|
|
{{ end }} |