version 0.2.0 replaces fromer version!
This commit is contained in:
6
adapters/django/templates/whynot/_banner.html
Normal file
6
adapters/django/templates/whynot/_banner.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{# 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>
|
||||
Reference in New Issue
Block a user