This repository has been archived on 2025-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hack13-blog/themes/hacksite/layouts/_default/single.html
hack13 f828a55cdf Revert "syncing..."
This reverts commit 1485cae929.
2021-12-01 21:13:16 -05:00

15 lines
350 B
HTML

<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<br>
<main role="main">
<div class="container">
{{- block "main" . }}{{- end }}
{{ .Content }}
</div>
</main>
{{- partial "footer.html" . -}}
</body>
</html>