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
8
9
10
11
12
<section class="gjs-hero hero" data-gjs-type="p_website.hero" data-gjs-custom-name="Hero" data-show-media="true" data-show-button="false">
  <div class="gjs-hero-media hero-media" aria-hidden="true" data-gjs-type="p_website.hero-media" data-gjs-removable="false" data-gjs-draggable="false">
    <img src="https://kdstagore.com/static/hero.jpg" alt="" data-gjs-type="p_website.image">
  </div>
  <div class="gjs-hero-inner hero-inner" data-gjs-type="p_website.hero-inner" data-gjs-removable="false" data-gjs-draggable="false">
    <div class="container">
      <h1 class="gjs-hero-title hero-title" data-gjs-editable="true">Hero title</h1>
      <p class="gjs-hero-lead lead hero-lead" data-gjs-editable="true">A short supporting sentence for the hero.</p>
      <a class="gjs-hero-button btn btn-primary hidden" data-gjs-type="p_website.button" href="#" data-gjs-editable="true">Learn more</a>
    </div>
  </div>
</section>