webs unified
This commit is contained in:
6
web/templates/ui/alert_fragment.html
Normal file
6
web/templates/ui/alert_fragment.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{#
|
||||
Standalone swap target for every form POST — crate::ui::Alert.
|
||||
Rendered into the page's #submission-status / #login-status div.
|
||||
#}
|
||||
{% import "ui/alert.html" as alert %}
|
||||
{%- if success %}{% call alert::success(title, message) %}{% endcall %}{% else %}{% call alert::error(title, message) %}{% endcall %}{% endif -%}
|
||||
Reference in New Issue
Block a user