We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can modify the behavior of widgetFile in the scaffolding by changing the widgetFileSettings value in Settings.hs. As an example:
widgetFile
widgetFileSettings
Settings.hs
widgetFileSettings = def { wfsLanguages = \hset -> defaultTemplateLanguages hset ++ [ TemplateLanguage True "coffee" Text.Coffee.coffeeFile Text.Coffee.coffeeFileReload ] }