{% extends "base.html" %} {% block banner_subtitle %}Build a Deck{% endblock %} {% block content %}

Build a Deck

{% set step = last_step or 1 %} {% if step == 1 %}
{% elif step == 2 %}
{% elif step == 3 %}
{% elif step == 4 %}
{% else %}
{% endif %}
{% endblock %}