# File lib/staticmatic/base.rb, line 90
    def full_layout_path(name)
      File.join(@src_dir, "layouts", "#{name}.haml")
    end