mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
13 lines
261 B
HTML
13 lines
261 B
HTML
|
{{ define "main" }}
|
||
|
<div id="main">
|
||
|
<div class="container">
|
||
|
{{ partial "header_image.html" . }}
|
||
|
{{ partial "content.html" . }}
|
||
|
</div>
|
||
|
</div>
|
||
|
{{ end }}
|
||
|
|
||
|
{{ define "scripts_extra" }}
|
||
|
{{ partial "script.html" "js/code-copy.js" }}
|
||
|
{{ end }}
|