diff --git a/_layouts/course.html b/_layouts/course.html
new file mode 100644
index 0000000000000000000000000000000000000000..5e9c9018457caee4e4dd3fd0986c753ba423c828
--- /dev/null
+++ b/_layouts/course.html
@@ -0,0 +1,9 @@
+---
+layout: default
+---
+
+<div class="page">
+  <h1 class="page-title">{{ page.title }}</h1>
+  <h2>{{page.instructor}}</h2>
+  {{ content }}
+</div>