From 57aa89824a8dabb631c15af986a39e779d0fe3cb Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sun, 11 Oct 2015 01:00:38 -0400 Subject: inital --- blog/templates/rindex.html | 142 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 blog/templates/rindex.html (limited to 'blog/templates/rindex.html') diff --git a/blog/templates/rindex.html b/blog/templates/rindex.html new file mode 100644 index 0000000..51b46b8 --- /dev/null +++ b/blog/templates/rindex.html @@ -0,0 +1,142 @@ +{% load replace %} +{% load staticfiles %} + + + + + + + + + + + + MarkZZ {% if page_content.name %} - {% endif %}{{ page_content.name|presentable|title }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

{{ package_page.title }}

+ {% if package_page.subtitle %} +
+ {{ package_page.subtitle }} + {% endif %} +
+
+
+
+
+ + +
+
+
+ {% for x in operating_systems %} + + + {% for y in repositories %} + + {% endfor %} +
{{ x.operating_system }}
{% if y.package_type.operating_system == x.operating_system %} + {{ y.name }} + {% endif %}
+ {% endfor %} +
+
+
+ +
+ + + + + + + + + + + + + + + + -- cgit v1.3.1