2020-08-17 04:07:38 +01:00
|
|
|
{{template "base/head" .}}
|
2024-11-15 09:30:26 +08:00
|
|
|
<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" .}}
|
2023-07-07 00:29:24 +05:30
|
|
|
<div class="ui container">
|
2023-05-31 08:50:18 +02:00
|
|
|
{{template "projects/new" .}}
|
2023-07-07 00:29:24 +05:30
|
|
|
</div>
|
2020-08-17 04:07:38 +01:00
|
|
|
</div>
|
|
|
|
|
{{template "base/footer" .}}
|