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