COMMAND DECK ARCHIVE · OPERATIONS · HUYANG ONLINE
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
// Below Deck
{% if bd_tasks %}
    {% for task in bd_tasks %}
  • {{ task.title }} {% if task.tag %} {{ task.tag }} {% endif %}
  • {% endfor %}
{% else %}
All clear.
{% endif %}
{% if projects %} {% else %}
No projects yet.
{% endif %}
Huyang  ·  General
{% if recent_chat %} {% for msg in recent_chat %}
{{ msg.content }}
{{ 'you' if msg.role == 'user' else 'Huyang' }}
{% endfor %} {% else %}

Huyang is standing by.
Ask him anything.

{% endif %}
// Promote to Project
// New Project
// Private Projects
// Scratch