class Lookbook::Page

def initialize(path, base_path)

def initialize(path, base_path)
  @pathname = Pathname.new path
  @base_path = base_path
end