mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-24 21:20:17 +01:00
12 lines
198 B
HTML
12 lines
198 B
HTML
{{ partial "head.html" . }}
|
|
|
|
{{ partial "menu.html" . }}
|
|
|
|
{{ partial "header.html" . }}
|
|
|
|
{{ partial "content.html" . }}
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
{{ partial "after-footer.html" . }}
|