sfx 0.1.2

SFX is a streamlined, full-stack Rust framework for building small web services with integrated authentication, localization, and config-driven UI components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-[ template "/base/base.html" ]-

-[ block body ]- 

-[ insert "/base/path.html" ]-   

<div class="container-func"> 

    <h1>The admin panel</h1> 

    <p>User Panel: <a href="/admin/panel">HERE</a></p> 

 </div> 

-[ endblock ]-