GitHub

DaffContentBlock

import { DaffContentBlock } from '@daffodil/content'

A piece of static webpage content.

interface DaffContentBlock {
  title: string
  content: string
}

Properties

title
string

The human-readable title for this content.

content
string

The HTML content.