GitHub

DaffContentBlock

A piece of static webpage content.

import { DaffContentBlock } from '@daffodil/content'
interface DaffContentBlock {
  title: string
  content: string
}

Properties

Name Type Description
title string

The human-readable title for this content.

content string

The HTML content.