{% extends "base.html" %} {% block title %}Stick - Use-Case Oriented Rust Web Template{% endblock %} {% block content %}
A production-ready template organized around vertical features. Auth, databases, and domain logic are grouped together by use-case for high maintainability.
Askama renders templates compiled directly into Rust code, catching missing arguments or syntax bugs at compile time.
Built-in JWT session verification, cookie storage, bcrypt password hashing, and custom Axum 0.8 guard extractors.
Seamless BSON v3 mapping, index setups, and type-safe `chrono::DateTime` conversion via `serde_with` serialize helpers.