{% extends 'base.html.twig' %} {% block body %} {{ qr_code_data_uri('This is a test', 'custom', { invalidOption: 'Value' }) }} {% endblock %}