{% extends "base.html" %} {% block title %}{% if row %}Edit{% else %}New{% endif %} ANSI Screen{% endblock %} {% block content %}

{% if row %}Edit screen {{ row.slot }}{% else %}New ANSI screen{% endif %}

{% if row and row.slot in ('welcome','goodbye','newuser') %} This is a built-in slot used by the session lifecycle. {% else %} Built-in slots: welcome, goodbye, newuser. Custom slots can be referenced from menu items via action_type=ansi. {% endif %}
Paste any .ans file content. Codes like \x1b[1;36m, \x1b[2J\x1b[H work.

            
Cancel
{% endblock %}