From 50747d53a47a8e87780c8ccfb1caf885b6f50c7e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 27 Sep 2020 12:17:41 +0300 Subject: Extract index.html --- iss/templates/index.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 iss/templates/index.html (limited to 'iss/templates/index.html') diff --git a/iss/templates/index.html b/iss/templates/index.html new file mode 100644 index 0000000..07894a6 --- /dev/null +++ b/iss/templates/index.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block content %} +
Hello this is text in bold
+{% endblock %} -- cgit v1.3.1