Files
ally/themes/ally/layouts/_default/baseof.html
Madison Scott-Clary 149467f588 launch
2020-04-30 11:32:39 -07:00

12 lines
281 B
HTML

<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>