Start your All-Access Pass to unlock this challenge
Imagine our website has a very important landing page - the route to it is
app_pizzas
. We want to "prefetch" this from every page so that it's
always ready to be loaded instantly if the user wants to go there.
Assuming we have a {% block metas %}{% endblock %}
that we can override, what
is the native way to do this?