Alerts message with a link.
Style guide: Elements.Alerts
*/
```
???
notez le `{{ modifier_class }}`
---
### Handlebars, Twig.js ou Nunjucks
```scss
/*
List
Default style for ordered and unordered lists.
Markup:
{% for element in ['ul', 'ol'] %}
<{{ element }}>
{% for i in 0..5 %}