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

7 lines
212 B
HTML
Raw Normal View History

<div class="sidebar">
{{ if templates.Exists "partials/sidebar.html" }}
2024-03-16 22:10:21 +00:00
{{ partial "sidebar.html" . }}
2024-03-16 22:32:10 +00:00
{{ else }}
{{ partial "sidebar-for-tiny-theme/recommendations.html" . }}
{{ end }}
</div>