Files
builder-prototype/themes/dispute-protocol-theme/layouts/_default/baseof.html
T
Nathan Schneider 521c782c42 Initial commit
2025-03-23 21:44:39 -06:00

12 lines
250 B
HTML

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