Test Document
This is a very fancy test document.
{{"Another \"paragraph\".}}"}}
{{ format!("a counter: {}", 4) }}
Test template says: {{ self.value }}
{{ (1..5).map(|v| format!("{}, ", v)) }}
{{ vec![self.fragment] }}This is a very fancy test document.
{{"Another \"paragraph\".}}"}}
{{ (1..5).map(|v| format!("{}, ", v)) }}
{{ vec![self.fragment] }}