class Lookbook::FrontmatterExtractor

def call

def call
  frontmatter = extract_frontmatter(content)
  rest = strip_frontmatter(content)
  [frontmatter, rest]
end