{% whitespace oneline %} {% extends "base.html" %} {% block body %} {% whitespace all %} {% if isinstance(ansi, list) %}
{% for _ in ansi %}
{% raw ansi2html.convert(_, full=False) %}
{% end %}
{% else %}
{% raw ansi2html.convert(ansi, full=False) %}
{% end %} {% whitespace oneline %}
Powered by: {{powered_by_name}}
{% end %} {% block head %} {% end %}