This commit is contained in:
2024-02-06 19:23:06 +01:00
parent b4c23070a9
commit e16024ff43
3 changed files with 10 additions and 8 deletions

View File

@@ -12,13 +12,13 @@
<title>Adlerka __TEMPLATE_PAGE_TITLE__</title>
</head>
<body>
<div id="navbar">
<div id="navbar_container">
__TEMPLATE__NAV__
</div>
<div id="pagearea">
<div id="page_container">
__TEMPLATE__PAGE__
</div>
<div id="footer">
<div id="footer_container">
__TEMPLATE__FOOTER__
</div>
</body>