<%namespace name='static' file='static_content.html'/> <%! from django.utils import html %> <%block name="title">Home | class.stanford.edu <%static:css group='application'/> <%static:js group='main_vendor'/> <%block name="headextra"/> <%include file="lms/theme-head-extra.html" /> % if not course: <%include file="lms/theme-google-analytics.html" /> % endif <%include file="lms/theme-header.html" />
${self.body()} <%block name="bodyextra"/>
<%include file="lms/theme-footer.html" /> <%static:js group='application'/> <%static:js group='module-js'/> <%block name="js_extra"/> <%def name="login_query()">${ "?course_id={0}&enrollment_action={1}".format( html.escape(course_id), html.escape(enrollment_action) ) if course_id and enrollment_action else "" }