GitHub

DaffContentBlock

A piece of static webpage content.

API

interface DaffContentBlock {
  title: string
  content: string
}

Properties

Name Type Description
title string The human-readable title for this content.
content string The HTML content.