1
0
Fork 0
mirror of https://github.com/ItsDrike/itsdrike.com.git synced 2025-05-02 10:18:36 +00:00
itsdrike.com/layouts/_default/single.html
2022-05-11 14:38:20 +02:00

8 lines
175 B
HTML

{{ define "main" }}
<div id="main">
<div class="container">
{{ partial "header_image.html" . }}
{{ partial "content.html" . }}
</div>
</div>
{{ end }}