Phoenix Template Engine for Haml
Powered by Calliope
Usage
-
Add
{:phoenix_haml, "~> 0.0.1"}to your mix deps -
Add the following your Phoenix
config/config.exs
config :phoenix, :template_engines,
haml: PhoenixHaml.Engine
Powered by Calliope
{:phoenix_haml, "~> 0.0.1"} to your mix deps config/config.exs config :phoenix, :template_engines,
haml: PhoenixHaml.Engine