mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-05 20:53:33 +00:00
8 lines
196 B
HTML
8 lines
196 B
HTML
<div class="tab">
|
|
<input id="{{ .Get "id" }}" type="checkbox" name="tabs">
|
|
<label for="{{ .Get "id" }}">{{ .Get "label" }}</label>
|
|
<div class="tab-content">
|
|
{{ .Inner }}
|
|
</div>
|
|
</div>
|