-
Headliner
-
+
+
+
Headliner is monitoring rss feeds of czech news websites for changes in
article headlines. Just because it might be interesting.
@@ -19,5 +27,5 @@
>
-
+
{% endblock body %}
diff --git a/view/templates/base.html b/view/templates/base.html
index f22109f..6305fba 100644
--- a/view/templates/base.html
+++ b/view/templates/base.html
@@ -20,9 +20,22 @@
+ {% block head %}{% endblock %}
- {% include "parts/header.html" %}
+
{% block body %}{% endblock %}
diff --git a/view/templates/index.html b/view/templates/index.html
index 029bd9e..8ffdc22 100644
--- a/view/templates/index.html
+++ b/view/templates/index.html
@@ -1,5 +1,7 @@
{% extends "base.html" %}
+{% block header_class %}header-extended{% endblock header_class %}
+
{% block body %}
-
+
{% for diff in diffs %}
-
+
{{ diff.feed_name }}
@@ -57,7 +59,9 @@
{% endfor %}
+
+
{{ pagination.links }}
{{ pagination.info }}
diff --git a/view/templates/parts/header.html b/view/templates/parts/header.html
deleted file mode 100644
index d35ecad..0000000
--- a/view/templates/parts/header.html
+++ /dev/null
@@ -1,13 +0,0 @@
-