View syntax
Tags, shorthands and four ways to put data on the page.
Read the docs →.phlo
view profile($user):
<div.card>
<h3>$user->name</h3>
<p>$this->role</p>
<b>{{ upper($user->name) }}</b>
<span>{( $user->active ? 'active' : 'off' )}</span>
</div>
AL
Ada Lovelace
Engineer
ADA LOVELACEactive
