wavefunk-ui 0.1.5

Askama and htmx UI component base for Wave Funk Rust applications.
Documentation
1
2
3
4
5
6
7
<div class="wf-testimonial">
  <div class="wf-testimonial-quote">{{ quote_html }}</div>
  <div class="wf-testimonial-attr">
    <span class="wf-testimonial-name">{{ name }}</span>
    <span class="wf-testimonial-role">{{ role }}</span>
  </div>
</div>