To render the contents of a block defined in the parent template, which of the following function is used?

🎲 Try a Random Question  |  Total Questions in Quiz: 55  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Flask Practice Test Questions — practice the complete quiz, review flashcards, or try a random question.

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

(Source: Wikipedia)


Flask is not an MVC framework as it does not implement the model layer, although it does not restrict you in any way if you wish to create your own.


To render the contents of a block defined in the parent template, which of the following function is used?