wavefunk-ui 0.1.2

Askama and htmx UI component base for Wave Funk Rust applications.
Documentation
1
2
3
4
5
6
7
8
<span class="{{ self.class_name() }}">
  {%- match image_src -%}
  {%- when Some with (src) -%}
  <img src="{{ src }}" alt="{{ initials }}">
  {%- when None -%}
  {{ initials }}
  {%- endmatch -%}
</span>