theme-quark/templates/categories.html
2025-04-14 16:07:03 +00:00

26 lines
880 B
HTML

<!DOCTYPE html>
<html xmlns:th="https://www.thymeleaf.org" lang="zh-CN">
<th:block th:replace="~{modules/import}" />
<body>
<th:block th:replace="~{modules/header::goPage('home')}" />
<main>
<div class="main-content">
<li th:replace="~{modules/category-tree :: single(categories=${categories})}" />
</div>
</main>
<!-- ======= Footer ======= -->
<th:block th:replace="~{modules/footer}" />
<!-- End Footer -->
<script th:src="@{/assets/js/script.js?v={version}(version=${theme.spec.version})}"></script>
<script type="module"
src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/ionicons/5.5.2/ionicons/ionicons.esm.js"></script>
<script nomodule
src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/ionicons/5.5.2/ioniconshttps://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/ionicons/5.5.2/ionicons/ionicons.js"></script>
</body>
</html>