{% extends "base.html" %} {% block title %}News — {{ instance_name or "AI Data Analyst" }}{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
An admin hasn't published a news update on this instance yet. Head to /admin/news to write the first one.
{% else %}An admin hasn't published a news update on this instance yet. Check back soon.
{% endif %}