class Tilt::StaticTemplate

def render(scope=nil, locals=nil)

Static templates always return the prepared output.
def render(scope=nil, locals=nil)
  @output
end