This repository has been archived on 2023-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
sophie-lewis-hugo/layouts/writing/list.html

10 lines
265 B
HTML

{{ define "main"}}
<div id="writing-page" class="section writing">
<div>
{{ partial "essay-section" . }}
{{ partial "books-section" . }}
{{ partial "collective-section" . }}
{{ partial "accordion-script"}}
</div>
</div>
{{ end }}