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