{% extends "base.html" %} {% block header-extras %} {% endblock %} {% block body %}
Current Blister Card: {% for blister in blister_list %}{% if dafe.curr_card == blister.tag %}{{ blister.description }}{% endif %}{% endfor %}