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

@@ -2,7 +2,8 @@ use std::net::{IpAddr, Ipv4Addr};
use anyhow::Context;
use axum_app_wrapper::AdHocPlugin;
{% if include_aide %}use schemars::JsonSchema;
{% if include_aide %}
use schemars::JsonSchema;
{% endif %}
use serde::Deserialize;