]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/home.html
fill homepage with five random emissions
[panikweb.git] / panikweb_templates / templates / home.html
index abe335037f6d934e4e150497ba6702970a28d804..a2c8e07df8f0cd7e3fdb8f779c5b201417867368 100644 (file)
@@ -4,4 +4,10 @@
 
 <p>Plop</p>
 
+{% for emission in emissions %}
+<div>
+  <a href="{% url 'emission-view' slug=emission.slug %}">{{ emission.title }}</a>
+</div>
+{% endfor %}
+
 {% endblock %}