bobatheme/layouts/shortcodes/aside.html

6 lines
83 B
HTML
Raw Normal View History

2021-11-06 17:02:59 -05:00
<aside>
{{ with .Inner }}
{{ . | markdownify }}
2021-11-06 17:02:59 -05:00
{{ end }}
</aside>