sidebar-for-bayou/layouts/partials/sidebar.html

12 lines
282 B
HTML
Raw Normal View History

<div class="sidebar">
{{ partial "sidebar-items/recommendations.html" . }}
<div class="sidebar-item">
2024-03-13 10:18:05 +00:00
<header>
<h1>About</h1>
2024-03-13 10:18:05 +00:00
</header>
<div>
<p>This is some more stuff that goes here.</p>
2024-03-14 10:22:16 +00:00
</div>
</div>
</div>