Diffrence between render vs include? with example

Diffrence between render vs include? with example.

Hello @harivishwakarma

Include and render are two very important concepts in Shopify. They are both used to insert content into a template, but they are used in different ways.

  • Include is used to insert a snippet of code into a template. This is useful for adding common elements like a header or footer to a page. Include is typically used when you want to reuse code on multiple pages.

  • Render is used to insert dynamic content into a template. This is useful for displaying products or collections on a page. Render is typically used when you want to display content that changes frequently.

So, what’s the difference between include and render? Include inserts static content into a template, while render inserts dynamic content.

I hope the above is useful to you.
Best regards,
GemPages Support Team

1 Like

Thankyou @GemPages