update
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user