mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
21 lines
480 B
Handlebars
21 lines
480 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
{{#if this.showMessage}}
|
|
{{#if (has-block)}}
|
|
<p class="namespace-reminder" id="namespace-reminder">
|
|
{{yield (hash namespace=this.namespace)}}
|
|
</p>
|
|
{{else}}
|
|
<p class="namespace-reminder" id="namespace-reminder">
|
|
This
|
|
{{@noun}}
|
|
will be
|
|
{{this.modeVerb}}
|
|
in the
|
|
<span class="tag">{{this.namespace.path}}/</span>namespace.
|
|
</p>
|
|
{{/if}}
|
|
{{/if}} |