itsdrike.com/layouts/posts/single.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 }}