mirror of
https://gitlab.com/insurgentuo/defiance.git
synced 2025-04-11 10:24:07 +00:00
12 lines
322 B
HTML
12 lines
322 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{{- partial "head.html" . -}}
|
|
<body>
|
|
{{- partial "header.html" . -}} <br>
|
|
<div id="content">
|
|
{{- block "main" . }}{{- end }}
|
|
</div>
|
|
{{- partial "footer.html" . -}}
|
|
<script src="/js/nav-toggle-mobile.js"></script>
|
|
</body>
|
|
</html>
|