summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/includes/frontpage/packages')
-rw-r--r--python/templates/includes/frontpage/packages8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/templates/includes/frontpage/packages b/python/templates/includes/frontpage/packages
new file mode 100644
index 0000000..710dec4
--- /dev/null
+++ b/python/templates/includes/frontpage/packages
@@ -0,0 +1,8 @@
+<table class="table table-striped frontpage-table">
+ {% for post in packageposts %}
+ <tr>
+ <td class="frontpage-table-package-atom"><a href="{{ post.url }}" title="{{ post.atom }}">{{ post.atom_p }}</a></td>
+ <td>{{ post.description }}</td>
+ </tr>
+ {% endfor %}
+</table> \ No newline at end of file