Variables

{{ auth_login_url }}

{{ auth_login_url }} prints the login URL.

Example#

phpresources/views/partials/account-link.php
<a href="{{ auth_login_url }}">Log in</a>

Use it when linking to the theme-owned login screen.