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