itsdrike.com/layouts/posts/single.html

13 lines
261 B
HTML
Raw Normal View History

2022-05-14 18:27:10 +00:00
{{ 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 }}