{% extends base_template %} {% load i18n %} {% load staticfiles %} {% block watch_active %}active{% endblock watch_active %} {% block headcss %} {{ block.super }} {% endblock headcss %} {% block headjs %} {% if settings.AUTO_LOAD_TEST %} {% endif %} {% endblock headjs %} {% block content %}
{% for subtopic in topics %}
{% trans subtopic.title %}
{% endfor %}
{% trans "KA Lite is a light-weight web server for viewing and interacting with core Khan Academy content (videos and exercises) without needing an Internet connection." %}
{% endblock content %}