mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 06:21:13 +00:00
9 lines
105 B
Rust
9 lines
105 B
Rust
use rinja::Template;
|
|
|
|
#[derive(Template)]
|
|
#[template(path = "cycle1.html")]
|
|
struct Cycle;
|
|
|
|
fn main() {
|
|
}
|