Files

9 lines
260 B
Handlebars
Raw Permalink Normal View History

2020-08-17 04:07:38 +01:00
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new">
2020-08-17 04:07:38 +01:00
{{template "repo/header" .}}
<div class="ui container">
{{template "projects/new" .}}
</div>
2020-08-17 04:07:38 +01:00
</div>
{{template "base/footer" .}}