# Prepend the indigo theme templates dir so it overrides app-directories templates
# (e.g. ace_common, common/templates) which are otherwise found first by the app
# directories loader before the comprehensive theme loader gets a chance.
TEMPLATES[0]["DIRS"].insert(0, "/openedx/themes/indigo/lms/templates")

MFE_CONFIG['INDIGO_ENABLE_DARK_TOGGLE'] = {{ INDIGO_ENABLE_DARK_TOGGLE }}
MFE_CONFIG['INDIGO_FOOTER_NAV_LINKS'] = {{ INDIGO_FOOTER_NAV_LINKS }}
