You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

layout_head.tmpl 437B

12345678910111213
  1. {{template "base/head" .ctxData}}
  2. <div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
  3. <div class="ui container stackable grid">
  4. {{template "admin/navbar" .ctxData}}
  5. <div class="twelve wide column">
  6. {{template "base/alert" .ctxData}}
  7. {{/* block: admin-setting-content */}}
  8. {{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
  9. </div>
  10. </div>
  11. </div>
  12. {{end}}