Files
edx-platform/common/test/test-theme/lms/templates/courseware/courses.html
2022-06-05 19:00:05 +03:00

9 lines
348 B
HTML

<%page expression_filter="h"/>
# Include template which does not exist in the theme.
<%include file="/courseware/error-message.html" />
# Include template which is overriden in the theme.
<%include file="/courseware/progress.html" />
# Include custom template which only exists in the theme.
<%include file="/courseware/test-theme-custom.html" />