mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
10 lines
258 B
Ruby
10 lines
258 B
Ruby
require 'hamlit/concerns/deprecation'
|
|
require 'temple/html/fast'
|
|
|
|
# This is created to be compatible with Haml's ugly mode.
|
|
# Currently pretty mode is not supported.
|
|
module Hamlit
|
|
class HTML < Temple::HTML::Fast
|
|
include Concerns::Deprecation
|
|
end
|
|
end
|