Symfony UX: Turbo
The "defer" Attribute & Conditionally Activating Turbo
  Unlock this challenge
Login Register

Challenge 1 / 1

Given this very basic template:

<html>
    <head>
        <title>My Template</title>
        {% block javascripts %}{% endblock %}
        {% block stylesheets %}{% endblock %}
    </head>
    <body>
        {% block body %}{% endblock %}
    </body>
</html>

How can we disable turbo on this page?

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.