Files
Atay-Makhzan/templates/base/footer.tmpl
T

16 lines
337 B
Handlebars
Raw Normal View History

{{if false}}
{{/* to make html structure "likely" complete to prevent IDE warnings */}}
2015-12-07 23:30:52 +01:00
<html>
<body>
<div>
{{end}}
2025-07-06 12:55:16 +08:00
{{template "custom/body_inner_post" .}}
2015-03-07 15:12:13 -05:00
</div>
{{template "custom/body_outer_post" .}}
{{template "base/footer_content" .}}
2026-03-29 12:24:30 +02:00
{{ScriptImport "js/index.js" "module"}}
{{template "custom/footer" .}}
</body>
</html>