Phoenix Template Engine for Slim

Build Status Hex Version

Powered by SlimFast

Usage

  1. Add {:phoenix_slim, "~> 0.3.0"} to your deps in mix.exs.
  2. Add the following your Phoenix config/config.exs:
config :phoenix, :template_engines,
slim: PhoenixSlim.Engine

License

Please see LICENSE for licensing details.