1
Fork 0
forgejo/templates/base/footer.tmpl

21 lines
466 B
Go HTML Template
Raw Normal View History

{{if false}}
{{/* to make html structure "likely" complete to prevent IDE warnings */}}
<html>
<body>
<div>
{{end}}
{{template "custom/body_inner_post" .}}
2015-03-07 15:12:13 -05:00
</div>
{{template "custom/body_outer_post" .}}
{{template "base/footer_content" .}}
<script src="{{AssetUrlPrefix}}/js/index.js?v={{AssetVersion}}" onerror="alert('{{ctx.Locale.Tr "alert.asset_load_failed"}}'.replace('{path}', this.src))"></script>
{{template "custom/footer" .}}
</body>
</html>