@btn() directive is used for adding attributes
to html submit buttons. It takes only one argument which is used to set the name
and value attributes.
<button @btn('logout')></button>
<button name="logout" value="logout"></button>
name and
value were defined