diff --git a/lib/zout_web/templates/project/show.html.eex b/lib/zout_web/templates/project/show.html.eex
index cd50b7b..b6080f2 100644
--- a/lib/zout_web/templates/project/show.html.eex
+++ b/lib/zout_web/templates/project/show.html.eex
@@ -5,8 +5,22 @@
<% end %>
- TODO
- Hier komen ooit dingen zoals de beschrijving
+ Hier steken we ooit een TODO...
+
+ <%= unless is_nil(@project.home) do %>
+ -
+
+ <%= link "Projectwebsite", to: @project.home %>
+
+ <% end %>
+ <%= unless is_nil(@project.source) do %>
+ -
+
+ <%= link "Broncode", to: @project.home %>
+
+ <% end %>
+
+