acton-htmx 1.0.0-beta.7

Opinionated Rust web framework for HTMX applications
Documentation
1
2
3
4
5
6
<div class="{{ css_class }}" role="alert">
{%- if title %}
<strong>{{ title }}</strong>
{%- endif %}
<span>{{ message }}</span>
</div>