#? stdtmpl | standard #proc templateBlobPage(templateContext: TemplateContext, paths: seq[PathObj], blob: Blob): string = # result = "" $templateContext.repoName - $templateContext.siteTitle

$templateContext.siteTitle: $templateContext.repoName

$templateContext.description

#if not blob.isBinary:
#for l in blob.lines:
$l
#end for
$blob.content
#else:

This is a binary file. #end if