diff options
author | Prashant S | 2020-03-06 12:25:46 +0530 |
---|---|---|
committer | GitHub | 2020-03-06 12:25:46 +0530 |
commit | f3b005d44de92e6872a0f9824f5d20cc9e636f34 (patch) | |
tree | d447e52cdc343eb69a7382eabd5ab554b3883132 /arduino_blog/templates/base.html | |
parent | a87bea9854a2ab1248abac74c4b2f04f819297ee (diff) | |
parent | 54e3e9d75088b7b63419dd8fc15095324d19fac9 (diff) | |
download | arduino_projects_website-f3b005d44de92e6872a0f9824f5d20cc9e636f34.tar.gz arduino_projects_website-f3b005d44de92e6872a0f9824f5d20cc9e636f34.tar.bz2 arduino_projects_website-f3b005d44de92e6872a0f9824f5d20cc9e636f34.zip |
Merge pull request #10 from prashantsinalkar/fix-files
Fix files
Diffstat (limited to 'arduino_blog/templates/base.html')
-rw-r--r-- | arduino_blog/templates/base.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arduino_blog/templates/base.html b/arduino_blog/templates/base.html deleted file mode 100644 index 253f3a2..0000000 --- a/arduino_blog/templates/base.html +++ /dev/null @@ -1,11 +0,0 @@ -{% load static %} -<!DOCTYPE html> -<html lang="en"> - {% include 'header.html' %} - <body> - {% include 'navbar.html' %} - {% block content %}{% endblock content %} - {% include 'footer.html' %} - </body> -</html> - |