export interface IPage { id: string; date: string; title: string; content: string; }