sidebar-for-bayou/layouts/partials/sidebar-for-tiny-theme/sidebar.html
2024-03-17 09:10:21 +11:00

7 lines
216 B
HTML

<div class="sidebar">
{{ if templates.Exists "partials/sidebar.html" }}
{{ partial "sidebar.html" . }}
{{ else }}
{{ partial "sidebar-for-tiny-theme/recommendations.html" . }}
{{ end }}
</div>