{% extends base_template %} {% load i18n %} {% load staticfiles %} {% load announcements_tags %} {% block title %}{% trans "Home" %}{{ block.super }}{% endblock title %} {% block home_active %}active{% endblock home_active %} {% block analytics %}{% include 'central/web_analytics.html' %}{% endblock analytics %} {% block super-content %}
{% announcements as announcements_list %} {% if announcements_list %}
{% for announcement in announcements_list %}

{{ announcement.content|safe }}

{% endfor %}
{% endif %}
65% of the world lacks internet access. 100% of the world needs education.

KA Lite is an offline version of Khan Academy that runs on almost anything.

What is KA Lite?

Students earn points, teachers view coach reports.
Learn more about KA Lite.

How do I use it?

How-to instructions for users:
students, teachers, and
administrators.

Who is using it?

Read about our partnerships
and world-wide installations.
Tell us about yours.

Install now!
{% endblock super-content %}