Initial commit

This commit is contained in:
Tyler Akins
2015-01-23 17:43:08 +00:00
commit 1151ec0a9e
40 changed files with 575 additions and 0 deletions

6
tests/inverted.template Normal file
View File

@@ -0,0 +1,6 @@
{{#repo}}
<b>{{.}}</b>
{{/repo}}
{{^repo}}
No repos :(
{{/repo}}