dot-hugo/layouts/shortcodes/tab.html

5 lines
108 B
HTML
Raw Normal View History

2019-12-15 10:41:28 +06:00
{{ $_hugo_config := `{ "version": 1 }` }}
2019-09-04 17:35:48 +06:00
<div class="tab-pane" title="{{ .Get 0 }}">
{{ .Inner }}
</div>