2026-08-06 16:33:45 +08:00
|
|
|
{{define "footer"}}
|
|
|
|
|
</main>
|
|
|
|
|
|
2026-08-07 15:16:05 +08:00
|
|
|
{{/* 底部状态条:三段式布局的第三段,五个页面都有 */}}
|
2026-08-06 16:33:45 +08:00
|
|
|
<footer class="statusbar">{{.Status}}</footer>
|
|
|
|
|
|
|
|
|
|
<script src="/static/js/app.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
{{end}}
|