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 481B

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