Variables

{{ permalink }}

{{ permalink }} prints the permalink URL for the current WordPress post or page.

Example#

phpresources/views/front-page.php
{{ query:posts }}  <a href="{{ permalink }}">{{ title }}</a>{{ /query:posts }}

{{ permalink }} is the same kind of value as {{ url }}. Use whichever reads better in the template.