{% extends 'first/base.html' %} {% block title %} Is this boxer strong? {% endblock %} {% block content %} {% if boxer.hp > 100 %}
This boxer is cool
{% elif boxer.hp < 100%}This boxer is weak
{% else %}This boxer is normal
{%endif%} {% endblock %}