Fix Jinja2 template syntax formatting

This commit is contained in:
fa-sharp
2026-02-19 15:54:08 -05:00
parent 694b94d579
commit 4769ad9df1
3 changed files with 17 additions and 13 deletions

View File

@@ -4,12 +4,12 @@ A production-ready template for building web services with Rust and Axum.
## Features
- 🚀 **Axum** - Fast and ergonomic web framework
- ⚙️ **Configuration Management** - Environment-based config with `figment`
- 📝 **Structured Logging** - JSON logging in production with `tracing`
- 🔄 **Graceful Shutdown** - Handles SIGTERM and SIGINT signals
- 🏗️ **Plugin Architecture** - Modular app initialization with `axum-app-wrapper`
- 🔌 **Optional OpenAPI** - API documentation with `aide` (optional)
- **Axum** - Fast and ergonomic web framework
- **Configuration Management** - Environment-based config with `figment`
- **Structured Logging** - JSON logging in production with `tracing`
- **Graceful Shutdown** - Handles SIGTERM and SIGINT signals
- **Plugin Architecture** - Modular app initialization with `axum-app-wrapper`
- **Optional OpenAPI** - API documentation with `aide` (optional)
## Usage
@@ -108,4 +108,4 @@ pub async fn create_app() -> anyhow::Result<(axum::Router, AppConfig, impl Futur
## License
Configure your license as needed.
Configure your license as needed.