mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-12-28 00:05:25 +00:00
10 lines
196 B
Handlebars
10 lines
196 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<nav class="toolbar" aria-label="toolbar" ...attributes>
|
|
<div class="toolbar-scroller">
|
|
{{yield}}
|
|
</div>
|
|
</nav> |