Files
cmautobuy/admin/templates/partials/footer.html
T

11 lines
220 B
HTML
Raw Normal View History

{{define "footer"}}
</main>
{{/* 底部状态条:三段式布局的第三段,四个页面都有 */}}
<footer class="statusbar">{{.Status}}</footer>
<script src="/static/js/app.js"></script>
</body>
</html>
{{end}}