Variables

{{ content }}

{{ content }} prints the current WordPress content.

Example#

phpresources/views/page.php
<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.