# File lib/staticmatic/base.rb, line 82
    def layout_exists?(name)
      File.exists? full_layout_path(name)
    end