{% extends 'first/base.html' %} {% block title %} Detail information about {{boxer.fullname}} {% endblock %} {%block content%}

Details of {{boxer.fullname}}

HP: {{boxer.hp}}

Strongest attack: {{boxer.strongest_attack}}

Is this boxer cool?

{%endblock%}