class Padrino::Rendering::HamlitTemplate

Public Instance Methods

precompiled_preamble(locals) click to toggle source
# File lib/padrino/rendering/hamlit_template.rb, line 22
def precompiled_preamble(locals)
  "__in_hamlit_template = true\n" << super
end