allowthem-server 0.0.4

HTTP server and middleware for allowthem
Documentation
1
2
3
4
5
6
{%- if flash is defined and flash %}
<div class="wf-alert {{ flash.kind | default('err') }}" role="alert">
  <div class="wf-alert-bar"></div>
  {{ flash.message }}
</div>
{% endif -%}