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

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

  1. {{ super() }}
  2. {{ parent }}
  3. Super {}
  4. {Body()}

Answer: A) {{ super() }}

Explanation:

To render the contents of a block defined in the parent template, use {{ super() }}.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.