diff --git a/templates/base.html.tera b/templates/base.html.tera deleted file mode 100644 index 97309bb..0000000 --- a/templates/base.html.tera +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - RSS Reader Login - - - - {% block content %}{% endblock %} - - diff --git a/templates/index.html.tera b/templates/index.html.tera index a3122f0..61afe49 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -1,8 +1,3 @@ -{% extends "base" %} - -{% block body_class %}with-sidebar{% endblock %} - -{% block content %} @@ -11,7 +6,7 @@ RSS Reader - + -{% endblock %} \ No newline at end of file diff --git a/templates/login.html.tera b/templates/login.html.tera index 200de5b..5aba7d5 100644 --- a/templates/login.html.tera +++ b/templates/login.html.tera @@ -1,18 +1,24 @@ -{% extends "base" %} - -{% block content %} -
-
-

Login

-
- - -
-
- - -
- -
-
-{% endblock %} \ No newline at end of file + + + + + + RSS Reader Login + + +
+
+

Login

+
+ + +
+
+ + +
+ +
+
+ +