## mako ## File: templates/mathjax_include.html ## ## Note that this file is only used by LMS. ## MathJax configuration for Studio lives in ## cms/js/require-config.js. <%page args="disable_fast_preview=True" expression_filter="h"/> ## Avoid loading mathjax if already loaded on the page %if context.get('load_mathjax', True): %if disable_fast_preview: %endif %if mathjax_mode is not Undefined and mathjax_mode == 'wiki': %else: %endif %endif