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

7 lines
237 B
HTML

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