1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/lib/hamlit/template.rb
2015-11-18 09:34:55 -06:00

9 lines
153 B
Ruby

require 'temple'
require 'hamlit/engine'
module Hamlit
Template = Temple::Templates::Tilt.create(
Hamlit::Engine,
register_as: :haml,
)
end