From e05bb05acddd6b21ba6f325575d94873f5d9c4e6 Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 13 Jan 2020 14:47:35 +0100 Subject: [PATCH] Added base template --- src/common/templates/master.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/common/templates/master.html diff --git a/src/common/templates/master.html b/src/common/templates/master.html new file mode 100644 index 0000000..25ca82c --- /dev/null +++ b/src/common/templates/master.html @@ -0,0 +1,13 @@ + + + + Asiimov - CS:GO Trading Website + + + + {% block content %}{% endblock %} + + +