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

Example

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

Squirrel!
A squirrel
@for (order, n) in paras {

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

@:footer()