Challenge 1 / 2
Check out the following template:
{% extends 'base.html.twig' %}
<h1>What will happen?</h1>
Where, inside of base.html.twig
, will that <h1>
tag be rendered?
Skip challenges and go to theNext Chapter