github.com/hernad/nomad@v1.6.112/ui/app/templates/policies/new.hbs (about) 1 {{! 2 Copyright (c) HashiCorp, Inc. 3 SPDX-License-Identifier: MPL-2.0 4 ~}} 5 6 <Breadcrumb @crumb={{hash label="New" args=(array "policies.new")}} /> 7 {{page-title "Create Policy"}} 8 <section class="section"> 9 <h1 class="title with-flex" data-test-title> 10 Create Policy 11 </h1> 12 <PolicyEditor 13 @policy={{this.model}} 14 /> 15 </section>