{% extends "base.html" %} {% block title %}{{ course.title or "Cold Call" }}{% endblock %} {% block body %}

{{ course.title or course.lti_context_id }}

Hi {{ user.name }}.

Your call history and the absence form will appear here.

{% endblock %}