# What is Liquid syntax?
Liquid syntax is a feature that allows you to publish a website with 100+ pages having a similar format using a single page and referring to properties from a Notion database.
* With liquid syntax, you can use merge tags and custom HTML to populate multiple pages with real and unique content.
* You can also use conditional rendering to display select data using pre-defined conditions.
This allows you to produce multiple pages with a similar structure, which helps in use cases like eCommerce, directory sites, listing, etc.
## FAQs
* **Where can I use Liquid syntax?**
Liquid syntax can be utilized to publish multiple pages with a similar format, such as directory websites or e-commerce stores.
* **Is liquid syntax no-code?**
Yes. You have to just mention your database properties between braces to replace them with the content.
## Related Articles
1. [E-commerce and directory sites using Liquid syntax](2ec38fdf)
2. [How we published 150+ pages under 10 hours using liquid syntax](/blog/programmatic-seo-in-notion-150-pages/)
Liquid syntax is a feature that allows you to publish a website with 100+ pages having a similar format using a single page and referring to properties from a Notion database.
With liquid syntax, you can use merge tags and custom HTML to populate multiple pages with real and unique content.
You can also use conditional rendering to display select data using pre-defined conditions.
This allows you to produce multiple pages with a similar structure, which helps in use cases like eCommerce, directory sites, listing, etc.