2021-10-13 02:11:35 +08:00
|
|
|
{{if false}}
|
|
|
|
|
{{/* to make html structure "likely" complete to prevent IDE warnings */}}
|
2015-12-07 23:30:52 +01:00
|
|
|
<html>
|
|
|
|
|
<body>
|
|
|
|
|
<div>
|
2021-10-13 02:11:35 +08:00
|
|
|
{{end}}
|
2018-01-02 11:32:41 +01:00
|
|
|
|
2025-07-06 12:55:16 +08:00
|
|
|
{{template "custom/body_inner_post" .}}
|
2015-03-07 15:12:13 -05:00
|
|
|
</div>
|
2018-01-02 11:32:41 +01:00
|
|
|
{{template "custom/body_outer_post" .}}
|
2018-09-07 04:59:06 +02:00
|
|
|
{{template "base/footer_content" .}}
|
2026-03-29 12:24:30 +02:00
|
|
|
{{ScriptImport "js/index.js" "module"}}
|
2023-08-08 09:22:47 +08:00
|
|
|
{{template "custom/footer" .}}
|
2017-01-25 23:15:25 +08:00
|
|
|
</body>
|
2017-09-16 02:04:27 -07:00
|
|
|
</html>
|