diff --git a/lms/templates/grade_summary.html b/lms/templates/grade_summary.html
new file mode 100644
index 0000000000..3fdcd910ae
--- /dev/null
+++ b/lms/templates/grade_summary.html
@@ -0,0 +1,16 @@
+<%inherit file="main.html" />
+<%! from django.core.urlresolvers import reverse %>
+<%namespace name='static' file='static_content.html'/>
+
+<%include file="course_navigation.html" args="active_page=''" />
+
+