class Tilt::ThymeleafTemplate

Public Instance Methods

evaluate(scope, locals, &block) click to toggle source
# File lib/sinatra/tilt/thymeleaf.rb, line 12
def evaluate(scope, locals, &block)
  @output ||= Thymeleaf::Template.new(data, locals).render
end
prepare() click to toggle source
# File lib/sinatra/tilt/thymeleaf.rb, line 9
def prepare
end