9 lines
348 B
HTML
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" />
|