class Tilt::Template

def metadata

metadata.
An empty Hash that the template engine can populate with various
def metadata
  @metadata ||= {}
end