Phoenix Template Engine for the django template language

Powered by erlydtl

Based on the HAML template engine for the phoenix framework

Build Status

Usage

  1. Add {:phoenix_dtl, "~> 0.0.1"} to your mix deps
  2. Add the following your Phoenix config/config.exs
  config :phoenix, :template_engines,
    dtl: PhoenixDtl.Engine