Still.Compiler.TemplateHelpers.Truncate (Still v0.8.0) View Source
Truncates the content to a given maximum.
Options
length
- Maximum length of the truncated string. This includes the omission string. Defaults to300
.omission
- String to indicate the omission of further text. Defaults to"..."