List view
Managing content in Notion
Managing content in Notion
Understanding Bullet dashboard
Understanding Bullet dashboard
Hosting
Hosting
Membership/Content Gating
Membership/Content Gating
Blog
Blog
Knowledge base
Knowledge base
SEO and metadata
SEO and metadata
Liquid Syntax
Liquid Syntax
API Documentation
API Documentation
Billing
Billing
How to's
How to's
Themes
Themes
What are merge tags?
Merge tags are used to refer and populate data into your website from database. For example,
{%description%}
will be replaced by the Description property from the database.With the help of synced blocks from Notion, Merge tags helps you display the data in a dynamic way across multiple pages in your website without the need to manually duplicate and build each one from scratch.
Database content as a website element
Primary objective of liquid syntax is to convert the basic database content into beautiful website pages. You get to design and position content for one single page and refer data from a notion database and generate 100’s of similar pages with unique content.
This is how it works: Database → Liquid syntax → Website
How to use Merge Tags
To interpolate database properties as merge tags, use the
- Lowercase name of the database property and replace spaces with underscores
_
- surround it with
{% %}
- enclose it with backquote ` to mark it as an inline code block.
Examples
Below are examples of how to use Database properties.
- Twitter URL =
{% twitter_url %}
- Data Description =
{% data_description %}
- URL =
{% url %}
- URL =
{% url %}
Additional Notion Properties
In addition to database properties, you can also use additional notion’s properties. Those are
- {% page_title %}
- {% page_cover %}
- {% page_icon %}