{% extends 'hkis/layout.html' %} {% load i18n static %} {% block title %}{% trans "Python Exercises" %}{% endblock %} {% block stylesheets %} {% endblock %} {% block container %}

{% blocktrans %}Hackinscience is an interactive Python exercise platform:
Write code, get instant feedback from our correction bot
with detailed information about what went wrong so you'll never get stuck.{% endblocktrans %}

{% url "auth_login" as auth_login %} {% if auth_login %} {% trans "Sign in" %} {% endif %} {% url "registration_register" as registration_register %} {% if registration_register %} {% trans "Sign up" %} {% endif %}

{% endblock %}