{% extends 'blti/base.html' %} {% block content %}

BLTI Launch Parameters

Launch View Model

Parameters passed to this tool by the platform after being digested by the LTI library:

{% for key, value in digested_lti_params %} {% endfor %}
{{ key }}{{ value }}

Raw Launch Data

Here are the parameters that were passed to this tool by the platform:

{{ raw_lti_params }}
  
{% endblock %}