loom.forge/templates/base/footer.tmpl

23 lines
611 B
Cheetah
Raw Permalink Normal View History

{{if false}}
{{/* to make html structure "likely" complete to prevent IDE warnings */}}
<html>
<body>
<div>
{{end}}
{{template "custom/body_inner_post" .}}
</div>
{{template "custom/body_outer_post" .}}
{{template "base/footer_content" .}}
<script src="https://kit.fontawesome.com/46e4b2c245.js" crossorigin="anonymous"></script>
<script src="{{AssetUrlPrefix}}/js/index.js?v={{AssetVersion}}" onerror="alert('{{ctx.Locale.Tr "alert.asset_load_failed"}}'.replace('{path}', this.src))"></script>
<script src="/assets/js/loomScripts.js"></script>
{{template "custom/footer" .}}
</body>
</html>