{% extends 'base.html.twig' %} {% block nav_title %}  Platform - LtiDeepLinkingResponse result{% endblock %} {% block body %}
{% include 'launch/blocks/deepLinkingItem.html.twig' with {'token': token, 'resources': resources} %}
{% include 'launch/blocks/message.html.twig' with {'token': token} %}
{% include 'launch/blocks/platformSecurity.html.twig' with {'token': token} %}
{% include 'launch/blocks/registration.html.twig' with {'token': token} %}
{% include 'launch/blocks/claims.html.twig' with {'token': token} %}
{% endblock body %}