{% extends "base.html" %} {% block content %} {% if content|length == 0 %}

Welcome to our CTF!

Nothing to see here...

{% else %} {% for c in content %}{{ c | safe }}{% endfor %} {% endif %} {% endblock %}