aboutsummaryrefslogtreecommitdiffstats
path: root/templates/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list.html')
-rw-r--r--templates/list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/list.html b/templates/list.html
new file mode 100644
index 0000000..ecb7099
--- /dev/null
+++ b/templates/list.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+
+{% block content %}
+ {% for bug in bugs %}
+ <p>{{ bug.summary }}</p>
+ {% endfor %}
+{% endblock %} \ No newline at end of file