nurugger07 / calliope

An elixir haml parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-compile haml templates

nurugger07 opened this issue · comments

Should be able to pre-compile and index haml templates. Then execute elixir code when args are supplied at runtime.

Need to update docs for precompiling templates.

+1 to this one if it's going to work similar to EEx.compile_[string|file] and EEx.function_from_[string|file].