This commit is contained in:
2025-12-09 11:13:40 +07:00
parent 9363b3bb4f
commit 699db96d26
15 changed files with 147 additions and 162 deletions

View File

@@ -13,31 +13,24 @@
<!-- hura global css -->
<link rel="stylesheet" href="{{ 'hura.global.css' | asset_url }}" />
<!-- page-specific CSS -->
{% include module_css/index %}
</head>
<body>
<div class="size-full">
<div class="flex h-screen min-w-0 grow flex-col overflow-auto">
<div class="flex h-screen min-w-0 grow flex-col overflow-auto">
{% include "other/header" %}
{% include "other/header" %}
<div id="layout-content">
{{ page_content }}
</div>
<footer class="footer sm:footer-horizontal footer-center bg-base-300 text-base-content p-4">
<aside>
<p>Copyright © 2025 - HuraSoft</p>
</aside>
</footer>
<div id="layout-content">
{{ page_content }}
</div>
<footer class="footer sm:footer-horizontal footer-center bg-base-300 text-base-content p-4">
<aside>
<p>Copyright © 2025 - HuraSoft</p>
</aside>
</footer>
</div>
{% include javascript/index %}