MCQs>IT & Programming>Django MCQs>In your django template, if you need to get the content of the block from the django parent template, what do you need to add? {% block my_block %} ___________ {% endblock %}
Django MCQs
In your django template, if you need to get the content of the block from the django parent template, what do you need to add? {% block my_block %} ___________ {% endblock %}
Answer
Correct Answer: {{ block.super }}
Explanation:
Note: This Question is unanswered, help us to find answer for this one