{% extends "admin/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "suggestions" %} {% block title %}Suggestions - LLeMbas{% endblock %} {% block heading %}Suggestions{% endblock %} {% block admin_content %}
Cards on the new-chat screen. Clicking one puts its prompt in the composer without sending it — the built-in ones deliberately end mid-sentence, so the caret lands where the person has to start typing. The first {{ max_shown }} enabled ones are shown, in this order.
{% if saved %}The new-chat screen shows its empty state instead.
{{ max_suggestions }} is the limit. Delete one to add another — past a dozen this is a menu, and a menu on the empty screen is a worse blank page than a blank page.
{% endif %} {% endblock %}