<%namespace file="../main.html" import="stanford_theme_enabled" />
## TODO: fix ugly hack
% if stanford_theme_enabled():
  Welcome to ${settings.PLATFORM_NAME} Courses!
% else:
  Welcome to ${settings.PLATFORM_NAME}!
% endif
