mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-17 22:55:42 +00:00
14 lines
324 B
HTML
14 lines
324 B
HTML
{{ partial "head.html" . }}
|
|
{{ partial "header.html" . }}
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="sixteen columns">
|
|
<h1>{{.Title}}</h1>
|
|
{{.Content}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{ partial "footer.html" . }}
|
|
{{ partial "tail.html" . }}
|