whynot-design/adapters/django/templates/whynot/_banner.html

7 lines
297 B
HTML
Raw Normal View History

2026-05-25 19:32:22 +02:00
{# Banner.
{% include "whynot/_banner.html" with variant="success" title="Promoted" body="WNO-017 was promoted to Helix." %} #}
<wn-banner variant="{{ variant|default:'info' }}"{% if title %} title="{{ title }}"{% endif %}{% if dismissible %} dismissible{% endif %}>
{{ body }}
</wn-banner>