wp-go/app/theme/twentyfifteen/layout/sidebar.gohtml
2023-05-04 20:37:06 +08:00

5 lines
161 B
Plaintext

{{define "layout/sidebar" }}
<div id="widget-area" class="widget-area" role="complementary">
{{template "common/sidebarWidget" .}}
</div>
{{end}}