Variables

{{ excerpt }}

{{ excerpt }} prints the current WordPress excerpt.

Example#

phpresources/views/archive.php
{{ query:posts }}  <article>    <h2>{{ title }}</h2>    <p>{{ excerpt }}</p>  </article>{{ /query:posts }}

Use it for summaries in cards, archives, and related-post lists.