{% extends "templates/web.html" %} {% block title %}{{ heading or "LMS"}}{% endblock %} {% block navbar %}{% endblock %} {% block content %} {% if lms_enabled %}
{% else %}{{_("The page you are looking for is missing. This could be because it is moved or there is a typo in the link.")}}
{{ _("Error Code: {0}").format('404') }}
{% endif %} {% endblock %}