Example#
<main> <h1>{{ title }}</h1> {{ content }}</main>As a bare value, {{ content }} is rendered as post content, so WordPress blocks and formatted content can appear in the page.
Variables
{{ content }} prints the current WordPress content.
<main> <h1>{{ title }}</h1> {{ content }}</main>As a bare value, {{ content }} is rendered as post content, so WordPress blocks and formatted content can appear in the page.