{% extends 'first/base.html' %} {% block title %} Detail information about {{boxer.fullname}} {% endblock %} {%block content%}
HP: {{boxer.hp}}
Strongest attack: {{boxer.strongest_attack}}
Is this boxer cool?