$def with (content) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $content.title | INGInious $if sentry_io_url: $if use_minified: $else: $if "header" in content: $:content.header $:template_helper.call('css') $:template_helper.call('javascript_header') $:template_helper.call('header_hook')
$if "Navbar" in content: $:content.Navbar
$if user_manager.session_logged_in(): $# Change to teacher privilege when created $if user_manager.user_is_superadmin(): $:_("Marketplace") $:_("Course list") $else:
$for code, language in available_languages.items(): $code ($language)
$:_("Course list") $if allow_registration: $:_("Register") $:_("Sign in")
$if "Column" in content:
$:content.Column
$:content
$:template_helper.call('javascript_footer')