@* A sample template that takes a vector argument and loops over it. *@ @(arg: &[&str])

Looped paragraphs

@for x in arg {

@x

}