diff --git a/_layouts/lesson.html b/_layouts/lesson.html
index 7d566cd..f3f7300 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 3df0456..656edfe 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,4 +2,6 @@
layout: base
---
{% include main_title.html %}
+
{{content}}
+