2021-10-12 21:11:35 +03:00
{{ if false }}
{{/* to make html structure "likely" complete to prevent IDE warnings */}}
2015-12-08 01:30:52 +03:00
< html >
< body >
< div >
2021-10-12 21:11:35 +03:00
{{ end }}
2018-01-02 13:32:41 +03:00
{{ template "custom/body_inner_post" . }}
2015-03-07 23:12:13 +03:00
< / div >
2018-01-02 13:32:41 +03:00
{{ template "custom/body_outer_post" . }}
2018-09-07 05:59:06 +03:00
{{ template "base/footer_content" . }}
2017-01-25 18:15:25 +03:00
2023-01-18 04:36:40 +03:00
< script src = " {{ AssetUrlPrefix }} /js/index.js?v= {{ AssetVersion }} " onerror = "alert('Failed to load asset files from ' + this.src + '. Please make sure the asset files can be accessed.')" ></ script >
2023-08-08 04:22:47 +03:00
{{ template "custom/footer" . }}
2017-01-25 18:15:25 +03:00
< / body >
2017-09-16 12:04:27 +03:00
< / html >