From d8df0dec1cb87461a1d1e2ff190430ff9c1a993a Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Mon, 9 Jan 2017 10:27:02 +0100 Subject: [PATCH] add basic template --- billard/templates/billard/base.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 billard/templates/billard/base.html diff --git a/billard/templates/billard/base.html b/billard/templates/billard/base.html new file mode 100644 index 0000000..20997b7 --- /dev/null +++ b/billard/templates/billard/base.html @@ -0,0 +1,3 @@ +{% load static %} + + \ No newline at end of file