diff --git a/templates/blog/home.html b/templates/blog/home.html index 8525174..458f476 100644 --- a/templates/blog/home.html +++ b/templates/blog/home.html @@ -1 +1,129 @@ -Lets get started ! \ No newline at end of file +{% extends 'globals/base.html' %} +{% load static %} + +{% block title %} +Create Blog +{% endblock %} + +{% block css %} + +{% endblock %} + +{% block body %} +{% include 'globals/navbar.html' %} +{% include 'globals/theme.html' with heading='Create Blog' %} +
+
+ +
+ +
+
{% csrf_token%} + +
+
+ Write Your Own Blog !
+
+
+ +
+
+ + +
+ +
+ + +
+
+
+
+ + +
+ + +
+
+
+ + +
+ +
+ + +
+
+ +
+
+ +
+
+ +
+
+
+ + + +{% include 'globals/footer.html' %} + + +{% endblock %} \ No newline at end of file