mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
* Remove the newline after .hbs copyright headers * Trying with the whitespace control char
10 lines
245 B
Handlebars
10 lines
245 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: MPL-2.0
|
|
~}}
|
|
|
|
<Breadcrumb @crumb={{hash label="Evaluations" args=(array "evaluations.index")}} />
|
|
<PageLayout>
|
|
<PortalTarget @name="eval-detail-portal" />
|
|
{{outlet}}
|
|
</PageLayout> |