@use super::statics::*; @use crate::footer; @(paras: &[(&str, usize)]) Example

Example

Squirrel!
A squirrel

This is a simple sample page, to be served with warp. It contains an image of a squirrel and not much more.

@for (order, n) in paras {

This is a @order paragraph, with @n repeats. @for _ in 1..=*n { This is a @order paragraph. } }

@:footer()