class Tilt::StaticTemplate

def allows_script?

Static templates never allow script.
def allows_script?
  false
end