{{ block title }}   結果 {{ endblock }} {{ block content }}

あなたの選択 : {{ if player.Choice == 1 }}グー {{else}} {{ if player.Choice == 2 }}チョキ {{else}}パー{{endif}} {{endif}}
PCの選択 {{ if player.Choice_PC == 1 }}グー {{else}} {{ if player.Choice_PC == 2 }}チョキ {{else}}パー{{endif}} {{endif}}

{{ if player.Win == 1 }} あなたは勝ちました {{else}} {{ if player.Win == 0 }}あいこあいこ {{else}}くそ雑魚乙{{endif}} {{endif}}

{{ next_button }} {{ endblock }}