mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
17 lines
365 B
Handlebars
17 lines
365 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<GlobalHeader
|
|
@class="page-header"
|
|
@onHamburgerClick={{action (mut this.isGutterOpen) true}}>
|
|
<AppBreadcrumbs />
|
|
</GlobalHeader>
|
|
<GutterMenu
|
|
@class="page-body"
|
|
@isOpen={{this.isGutterOpen}}
|
|
@onHamburgerClick={{action (mut this.isGutterOpen) false}}>
|
|
{{yield}}
|
|
</GutterMenu>
|