Powered by erlydtl
Based on the HAML template engine for the phoenix framework
- Add
{:phoenix_dtl, "~> 0.0.1"}
to your mix deps - Add the following your Phoenix
config/config.exs
config :phoenix, :template_engines,
dtl: PhoenixDtl.Engine
8000