import { DaffContentBlock } from '@daffodil/content'
A piece of static webpage content.
interface DaffContentBlock { title: string content: string }
string
The human-readable title for this content.
The HTML content.