@use super::statics::*; @use super::intermediate_html; @(paras: &[(&str, usize)]) @:intermediate_html("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. } } })