{% extends 'layout.html' %} {% load student_tags %} {% load static %} {% block content %}
{% if student %}
# First Last Handle
1 Mark Otto @mdo
2 Jacob Thornton @fat
3 Larry the Bird @twitter
{% endif %}
{% endblock %} {% block extrajs %} {% endblock %}