class Middleman::Templates::Html5

def self.source_root

def self.source_root
  File.dirname(__FILE__)
end

def build_scaffold

def build_scaffold
  template "shared/config.tt", File.join(location, "config.rb")
  directory "html5/source", File.join(location, "source")
  empty_directory File.join(location, "source")
end