diff options
Diffstat (limited to 'templates/index.htm')
| -rw-r--r-- | templates/index.htm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/index.htm b/templates/index.htm new file mode 100644 index 0000000..300a3cc --- /dev/null +++ b/templates/index.htm @@ -0,0 +1,7 @@ +{% extends "base.htm" %} + +{% block title %}Repositories{% endblock %} + +{% block content %} +{{ text }} +{% endblock %} |
