const newContents = template
      .split('TITLE')
      .join(title)
      .split('SLUG')
      .join(titleSlug)