Open
Description
I think it is useful to add extension fallback feature to SbtTwirl.
It will work as follows.
- If you have set
formatFallback: SettingKey[Option[String]]
and template's extension does not match any intemplateFormats
, thenformatFallback
will be used.
(formatFallback
will be Some("play.twirl.api.TxtFormat"))