You work for MDFT Pro, a well-known training agency, and are implementing custom business logic in a Power Apps portal.
You need to use Liquid templates to display dynamic content.
To which three entities can you include Liquid code?
Web page is correct. Web pages support Liquid code directly in their content for dynamic rendering.
Content snippet is correct. Content snippets support Liquid code for reusable dynamic content blocks in portals.
Portal settings is incorrect. Portal settings are configuration values and don't support Liquid code directly.
Page template is incorrect. Page templates define how pages are rendered but don't directly contain Liquid code.
Web template is correct. Web templates support Liquid code and are used to define page layouts and structures.