mycorrhiza/wiki/sys/theme/default-light/base.html/1.html

26 lines
805 B
HTML

<html>
<head>
<title>{{ .Title }}</title>
<link rel="stylesheet" href="/sys/theme/default-light/main.css?action=raw">
</head>
<body>
<header class="header">
<!-- Site title is fetched from your config.json. Set your title in "site-title" field. You can add more things to the header here. -->
<h1 class="header__site-title">
<a href="/">{{ .SiteTitle }}</a>
</h1>
<button class="sidebar-controller" id="shroomburger">
</button>
</header>
<aside class="sidebar hidden_mobile" id="sidebar">
{{ .Sidebar }}
</aside>
<main class="main">{{ .Main }}</main>
<footer>
<p>This website runs <a href='https://github.com/bouncepaw/mycorrhiza'>MycorrhizaWiki</a></p>
</footer>
<script src="/sys/theme/default-light/main.js?action=raw"></script>
</body>
</html>