From fc7bd403bf41d724bd8dc3bf3b827c592c539171 Mon Sep 17 00:00:00 2001 From: Jokler Date: Tue, 23 Jun 2020 16:26:07 +0200 Subject: Initial commit --- templates/base.htm | 15 +++++++++++++++ templates/index.htm | 7 +++++++ 2 files changed, 22 insertions(+) create mode 100644 templates/base.htm create mode 100644 templates/index.htm (limited to 'templates') diff --git a/templates/base.htm b/templates/base.htm new file mode 100644 index 0000000..d557567 --- /dev/null +++ b/templates/base.htm @@ -0,0 +1,15 @@ + + + + + + + + {% block title %}{{ title }} - xyz {% endblock %} + + +
+ {% block content %}{% endblock %} +
+ + 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 %} -- cgit v1.2.3-70-g09d2