blog/themes/shockrah.xyz/layouts/_default/baseof.html
shockrah 94bd864df0 + Fixing issue with black on black text
* Fixing lack of actual purecss stylesheet (from cdn)
2021-08-14 15:11:50 -07:00

16 lines
375 B
HTML

<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
<div id="layout">
{{- partial "header.html" . -}}
<div id="main">
<div class="content">
{{- block "main" . -}}{{- end -}}
</div>
</div>
</div>
{{- partial "footer.html" . -}}
</body>
</html>