{include:header.tpl} {if:friend.id}
URL for the friend: {:host}{:prefix}/{:friend.id}
{endif}
{:me.name}, score: {:score}, turn: {:turn}

{:word}

{:wordSource}
{if:win}
Answers are equal. You win!
{endif} {if:lose}
Answers are different. You lose...
{endif} {if:waiting}
waiting for the friend
{else}{if:selected}
{endif}{endif}
my selection: {:me.selection}, friend's selection: {:friend.selection}
{loop:cards::card}
{if:me.selected}{else}{endif}
{endloop}

{include:footer.tpl}