{% extends "base.html" %} {% block body %}

Cold Call

{% if course %}

{{ user.name }} in {{ course.title or course.lti_context_id }}.

{% else %}

This tool is meant to be launched from a Canvas course.

{% endif %} {% endblock %}