aboutsummaryrefslogtreecommitdiffstats
path: root/t/template.t
Commit message (Collapse)AuthorAgeLines
* Switch to default-escaped in templates.Matthew Somerville2019-12-09-0/+33
This means any variable used in a template is automatically HTML-escaped, unless it is marked as safe either in code by using a SafeString, or in the template with the `mark_safe` function or the `safe` filter.