Powered by Calliope
- Add
{:phoenix_haml, "~> 0.0.5"}
to your deps inmix.exs
. If you generated your app from the Phoenix master branch, add phoenix_haml's master branch to your deps instead.{:phoenix_haml, github: "chrismccord/phoenix_haml"}
- Add the following your Phoenix
config/config.exs
config :phoenix, :template_engines,
haml: PhoenixHaml.Engine