lariv-rs 0.1.0

Compile-time plugin web application framework built on Axum, SeaORM, Maud, and HTMX
Documentation
1
2
3
4
5
6
7
<div class="gjs-blurb card bg-base-100 shadow-md border border-base-200 w-full h-full" data-gjs-type="p_website.blurb" data-gjs-custom-name="Blurb">
  <figure><img class="gjs-blurb-image w-full aspect-[4/3] object-cover" src="https://via.placeholder.com/120" alt="" data-gjs-type="image"></figure>
  <div class="card-body">
    <h3 class="gjs-blurb-title card-title" data-gjs-editable="true">Blurb title</h3>
    <p class="gjs-blurb-desc text-base-content/70" data-gjs-editable="true">Short supporting description for this blurb.</p>
  </div>
</div>