diff --git a/_layouts/lesson.html b/_layouts/lesson.html
index 7d566cd1..f3f7300e 100644
--- a/_layouts/lesson.html
+++ b/_layouts/lesson.html
@@ -2,5 +2,7 @@
layout: base
---
{% include main_title.html %}
-{{ content }}
+
+ {{ content }}
+
{% include syllabus.html %}
diff --git a/_layouts/page.html b/_layouts/page.html
index 3df04566..656edfef 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,4 +2,6 @@
layout: base
---
{% include main_title.html %}
+
{{content}}
+