]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - templates/artlist.html
Continue
[irc/freenode/web-7.0.git] / templates / artlist.html
index 636e9c8ea2825c4df96e9aaaee1cc2e05b495609..f50072c770bfaefb8dbaf9427a1d3a524325bfc0 100644 (file)
@@ -1,5 +1,9 @@
+{% extends "base.html" %}
+{% block content %}
+{% with articles = get_module("news").articles %}
 <div class="art">
-    <p><h3 class="art">{{ header }}</h3><span class="art-date">{{ published }} by {{ author }}</span></p>
-    <p class="art-ingress">{% block ingress %}{% endblock %}</p>
+    <p><a href="{{ link }}"><b class="art">{{ Title }}</b></a>&nbsp;
+    <span class="art-date">{{ Date }} by {{ Author }}</span></p>
     <p class="art-link"><a href="{{ link }}">Read More</a></p>
-</div>
\ No newline at end of file
+</div>
+{% endblock content %}