mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
8 lines
77 B
Rust
8 lines
77 B
Rust
use askama::Template;
|
|
|
|
#[derive(Template)]
|
|
struct NoTemplate;
|
|
|
|
fn main() {
|
|
}
|