From 2c0e17cb977a1e8782799b337df8b1583d019906 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Mon, 12 Oct 2015 22:36:01 +0200 Subject: bootstraping react --- src/web/templates/home2.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/web/templates/home2.html (limited to 'src/web/templates/home2.html') diff --git a/src/web/templates/home2.html b/src/web/templates/home2.html new file mode 100644 index 00000000..54413b35 --- /dev/null +++ b/src/web/templates/home2.html @@ -0,0 +1,8 @@ +{% extends "layout.html" %} +{% block content %} +
+ + + + +{% endblock %} -- cgit