- - - {title && {title}} - {date && ( - - {formatDate(date)} - - )} - {authorsDetails && ( - - {authorsDetails.map(({ name, avatar, isDraft, url_path }) => ( - - ))} - - )} - - - {children} -