wp-go/internal/theme/twentyfifteen/layout/sidebar.gohtml

5 lines
161 B
Plaintext
Raw Normal View History

2022-09-14 05:28:31 +00:00
{{define "layout/sidebar" }}
2022-09-18 16:16:40 +00:00
<div id="widget-area" class="widget-area" role="complementary">
{{template "common/sidebarWidget" .}}
2022-09-18 16:16:40 +00:00
</div>
2022-09-14 05:28:31 +00:00
{{end}}