From 1fb3d381e832d5c5871c6cb2fd8b2c1ae3dbd029 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 20 Feb 2020 12:58:59 +0530 Subject: Add user registration, login and abstract submission interfaces --- arduino_blog/templates/header.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 arduino_blog/templates/header.html (limited to 'arduino_blog/templates/header.html') diff --git a/arduino_blog/templates/header.html b/arduino_blog/templates/header.html new file mode 100644 index 0000000..1e90191 --- /dev/null +++ b/arduino_blog/templates/header.html @@ -0,0 +1,24 @@ +{% load static %} + +{% block header %} + + + + + + + + + Arduino Projects + + + + + + +{% endblock %} \ No newline at end of file -- cgit