mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-22 14:21:31 +00:00
19 lines
251 B
HTML
19 lines
251 B
HTML
{{- define "main" -}}
|
|
|
|
<article class="article">
|
|
|
|
{{ partial "page_header" . }}
|
|
|
|
<div class="article-container">
|
|
|
|
<div class="article-style">
|
|
{{ .Content }}
|
|
</div>
|
|
|
|
{{ partial "page_footer" . }}
|
|
|
|
</div>
|
|
</article>
|
|
|
|
{{- end -}}
|