sailfish/sailfish-tests/integration-tests/templates/formatting.stpl

2 lines
56 B
Plaintext

<% for i in 0..10 { %><%= format!("{:02}", i) %><% } %>