{{ hackathon.display_name }}
+{{ hackathon.start_date }} - {{ hackathon.end_date }}
+{{ hackathon.description }}
+ {% if hackathon.organiser %} +Organiser: {{ hackathon.organiser }}
+ {% endif %} + Read More +diff --git a/hackathon/templates/hackathon/hackathon_list.html b/hackathon/templates/hackathon/hackathon_list.html
new file mode 100644
index 00000000..fbbdc72b
--- /dev/null
+++ b/hackathon/templates/hackathon/hackathon_list.html
@@ -0,0 +1,19 @@
+{% extends "base.html" %}
+{% load static %}
+{% block content %}
+ {{ hackathon.description }} Organiser: {{ hackathon.organiser }}Hackathons
+ {% for hackathon in page_obj %}
+ {% include 'hackathon/includes/hackathon_card.html' %}
+
+ {% endfor %}
+ {% else %}
+ There aren't any Hackathons at the moment!
+ {% endif %}
+
+
+{{ hackathon.display_name }}
+ {{ hackathon.start_date }} - {{ hackathon.end_date }}
+