Charming Development in Symfony 5
JavaScript, AJAX & the Profiler
  Unlock this challenge
Login Register

Challenge 1 / 1

Suppose I have a Twig block in a template that has some content in it:

{% block myBlock %}
    Some content here!
{% endblock %}

I now want to extend this block inside a child template but without it removing the parent block's content. How can I do that?

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.