handling unknown filter errors

This commit is contained in:
Ilya Puchka
2017-10-07 23:10:27 +02:00
parent d5f0be959f
commit e59609f140
9 changed files with 114 additions and 43 deletions

View File

@@ -51,4 +51,9 @@ public struct Environment {
return ""
}
}
var template: Template? {
return errorReporter.context?.template
}
}