17 lines
680 B
Cheetah
17 lines
680 B
Cheetah
|
{{template "base/head" .}}
|
||
|
<div role="main" aria-label="{{.Title}}" class="page-content explore repositories">
|
||
|
|
||
|
{{if 0}}
|
||
|
{{template "explore/navbar" .}}
|
||
|
{{end}}
|
||
|
<div class="ui container">
|
||
|
|
||
|
<h2>Source code repository</h2>
|
||
|
<p>This is a collection of some of my work. Some repositories contain contributions from others. Feel also free to create an account and contribute! Anonymous contribution is a allowed and for registering e-mail verififation is not required so you don't have to enter an existing e-mailaddress.</p>
|
||
|
{{template "shared/repo_search" .}}
|
||
|
{{template "explore/repo_list" .}}
|
||
|
{{template "base/paginate" .}}
|
||
|
</div>
|
||
|
</div>
|
||
|
{{template "base/footer" .}}
|