1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-10-30 19:56:16 +00:00
mycorrhiza/templates/base.html

11 lines
262 B
HTML
Raw Normal View History

2020-06-19 14:30:19 +00:00
<html>
<head>
<title>{{ .Title }}</title>
</head>
<body>
<header class="header">{{ .Header }}</header>
<main class="main">{{ .Main }}</main>
<aside class="sidebar">{{ .Sidebar }}</aside>
<footer class="footer">{{ .Footer }}</footer>
</body>
</html>