gitea源码

new.tmpl 260B

123456789
  1. {{template "base/head" .}}
  2. <div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new">
  3. {{template "repo/header" .}}
  4. <div class="ui container">
  5. {{template "projects/new" .}}
  6. </div>
  7. </div>
  8. {{template "base/footer" .}}