dot-hugo/layouts/shortcodes/tab.html

5 lines
112 B
HTML
Raw Normal View History

2021-10-31 04:31:58 +00:00
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="tab-pane" title="{{ .Get 0 }}">
{{ .Inner }}
2019-09-04 11:35:48 +00:00
</div>