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