{% extends "layout.html" %} {% block content %}

{{ 'Edit' if mode == 'edit' else 'Add' }} a Question

{{ 'Update the question below.' if mode == 'edit' else 'Add a new question in the form below.' }}

{% if mode == 'edit' %} {% endif %}
{{ fib.question if mode == 'edit' else '' }}
{% endblock content %}