Symfony UX: Turbo
Form Submits & The Preview Feature
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 1 / 1

Hey! I've prepared this template for a shiny new Pong page!

{% extends 'base.html.twig' %}

{% block title%}Play Pong in the Browser for Free!{% endblock %}

{% block metas %}{% endblock %}

{% block body %}
    <div id="pong_game_app"></div>
{% endblock %}

But now... I want to avoid showing a "preview" if the user navigates back to this page. I've added a block metas so that I can add the proper tag to the <head> element to avoid the preview... but I can't seem to remember exactly how this is!

What is the actual meta tag that we need to add to stop Turbo previews?

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.