repos

blog.bythewood.me-wagtail

mirror archived upstream

Self-hostable blog for developers built on Wagtail and Django, with webpack, Bootstrap, and CodeMirror.

blogbootstrapdjangodockerhandcodedpythonself-hostedwagtailwebpack

246 B · 7 lines · HTML Raw History
1{% for message in messages %}
2<div class="alert {{ message.tags }} alert-dismissible fade show mb-0" role="alert">
3  {{ message }}
4  <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
5</div>
6{% endfor %}