6 lines
294 B
HTML
6 lines
294 B
HTML
{#
|
|
One-line inline notice — crate::ui::Notice. Used where a full alert card is
|
|
too heavy: analytics errors and the "log in first" prompts.
|
|
#}
|
|
<p class="{% if error %}error{% else %}hint{% endif %}">{{ message }}{% if login_link %} Please <a href="/login">log in</a> first.{% endif %}</p>
|