diff --git a/source/_layouts/session.html.twig b/source/_layouts/session.html.twig
index 50b662b..cb6a84a 100644
--- a/source/_layouts/session.html.twig
+++ b/source/_layouts/session.html.twig
@@ -1 +1,17 @@
{% extends 'page' %}
+
+{% block content_bottom %}
+
Speakers
+
+
+ {% for speaker in page.speakers %}
+ {% for speaker_info in data.speakers if speaker_info.name == speaker %}
+ -
+
+ {{ speaker_info.name }}
+
+
+ {% endfor %}
+ {% endfor %}
+
+{% endblock %}
diff --git a/source/_sessions/intro-to-views.md b/source/_sessions/intro-to-views.md
index bed9218..876f1bc 100644
--- a/source/_sessions/intro-to-views.md
+++ b/source/_sessions/intro-to-views.md
@@ -2,6 +2,8 @@
title: Introduction to Views
speakers:
- Tom Metcalfe
+use:
+ - speakers
---
Thinking of covering: