summaryrefslogtreecommitdiffstats
path: root/templates/org/projects/view.tmpl
blob: e1ab81c4cde5aada2a8c5924628cb43a032b50db (plain)
1
2
3
4
5
6
7
8
9
10
11
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
	{{template "shared/user/org_profile_avatar" .}}
	<div class="ui container tw-mb-4">
		{{template "user/overview/header" .}}
	</div>
	<div class="ui container fluid padded">
		{{template "projects/view" .}}
	</div>
</div>
{{template "base/footer" .}}