#? stdtmpl | standard #proc templateSummaryPage(templateContext: TemplateContext, lastCommits: seq[CommitSummary], readmeContent: string): string = # result = "" $templateContext.repoName - $templateContext.siteTitle

$templateContext.siteTitle: $templateContext.repoName

$templateContext.description

last commits

#for commit in items(lastCommits):
$commit.shortId — $commit.authorName $commit.when
$commit.summary
#end for

clone

read-only
https://git.ctu.cx/$templateContext.repoName
read/write
git@wanderduene.ctu.cx:$templateContext.repoName
$readmeContent