css starting point

This commit is contained in:
bronku 2025-04-05 12:53:05 +02:00
parent ad24105328
commit 25d6b305e2
3 changed files with 183 additions and 35 deletions

View file

@ -10,11 +10,15 @@
</head>
<body>
<header>
<h1>{{template "title" .}}</h1>
</header>
<nav>{{template "nav" .}}</nav>
{{template "main" .}}
<aside>
<nav>{{template "nav" .}}</nav>
</aside>
<div class="app-body">
<header>
<h1>{{template "title" .}}</h1>
</header>
{{template "main" .}}
</div>
</body>
</html>