%page expression_filter="h"/> <%namespace name='static' file='/static_content.html'/> <%! from django.utils.translation import gettext as _ from openedx.core.djangolib.js_utils import js_escaped_string %> <% # set doc language direction from django.utils.translation import get_language_bidi dir_rtl = 'rtl' if get_language_bidi() else 'ltr' course_mode_class = course_mode if course_mode else '' %>
% if facebook_share_enabled: ## OG (Open Graph) url, title, type, image and description added below to give social media info to display ## (https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-content#tags) %endif