Sha256: 2c4856ed989e133ec0d2e3896e982b77d218167c0ebea50b8c9534fc9d049328

Contents?: true

Size: 451 Bytes

Versions: 58

Compression:

Stored size: 451 Bytes

Contents

{{ $tab := .Get "tabNum" }}
{{ $tabID := print (.Parent.Get "tabID") $tab }}
{{ $tabName := (print "tabName" $tab) }}

{{ if eq $tab "1" }}
<div class="tab-pane is-active" id="tab{{ $tabID }}" role="tabpanel" aria-labelledby="nav-{{ $tabName }}">
	{{ $.Page.RenderString $.Inner }}
</div>

{{ else }}

<div class="tab-pane" id="tab{{ $tabID }}" role="tabpanel" aria-labelledby="nav-{{ $tabName }}">
	{{ $.Page.RenderString $.Inner }}
</div>

{{ end }}

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
intia-theme-0.1.65 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.64 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.63 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.62 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.61 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.60 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.59 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.58 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.57 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.56 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.55 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.54 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.53 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.52 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.51 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.50 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.49 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.48 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.47 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
intia-theme-0.1.46 node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html