summaryrefslogtreecommitdiffstats
path: root/templates/org/projects/new.tmpl
blob: fc52130f68409f9ff12a17a49afd93cc2a3aa052 (plain)
1
2
3
4
5
6
7
8
9
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content organization projects edit-project new">
	{{template "shared/user/org_profile_avatar" .}}
	<div class="ui container">
	{{template "user/overview/header" .}}
	{{template "projects/new" .}}
	</div>
</div>
{{template "base/footer" .}}