{% 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 %}

{% trans "A free world-class education for anyone anywhere." %}

{% trans "Learn by watching videos!" %}

{% for subtopic in topics %} {% trans subtopic.title %}
{% endfor %}

{% trans "Learn by doing exercises!" %}

{% trans "Practice your math skills from addition to calculus and everything in between." %}

{% 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 %}