mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
9 lines
153 B
Ruby
9 lines
153 B
Ruby
require 'temple'
|
|
require 'hamlit/engine'
|
|
|
|
module Hamlit
|
|
Template = Temple::Templates::Tilt.create(
|
|
Hamlit::Engine,
|
|
register_as: :haml,
|
|
)
|
|
end
|