Skip to content

tomfarm/phoenix_haml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Template Engine for Haml

Powered by Calliope

Usage

  1. Add {:phoenix_haml, "~> 0.0.5"} to your deps in mix.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"}
  2. Add the following your Phoenix config/config.exs
  config :phoenix, :template_engines,
    haml: PhoenixHaml.Engine

About

Phoenix Template Engine for Haml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%