Packages

A helper library for adding templating to web applications

Current section

Files

Jump to
templates lib templates.ex
Raw

lib/templates.ex

defmodule Templates do
use Application
@name :compile_server
# See http://elixir-lang.org/docs/stable/Application.Behaviour.html
# for more information on OTP Applications
def start(_type, _args) do
Sugar.Templates.Supervisor.start_link
end
end