Unlock this challenge:
What is the purpose of organizing HTML code into template partials in Twig?
To improve the performance of rendering Twig templates
To make the codebase look nicer
To reduce the size of the main template file
To isolate reusable chunks of HTML code