{{ extends 'global/Page.html' }} {{ block title }}Title{{ endblock }} {{ block content }}
あなたの選択:
{{ if player.Choice == 1 }}グー{{ else }}
{{ if player.Choice == 2 }}チョキ{{ else }}パー{{ endif }}
{{ endif }}
相手の選択:{{ if player.Choice_other == 1 }}グー{{ else }}
{{ if player.Choice_other == 2 }}チョキ{{ else }}パー{{ endif }}
{{ endif }}
{{ if player.Choice == 1 }}あなたは勝ちました!{{ else }}
{{ if player.Choice == 2 }}あいこでした{{ else }}負けました•••{{ endif }}
{{ endif }}