Skip to content
Prompty

MustacheFormat

Mustache template dialect. Pin-only subtype.

---
title: MustacheFormat
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class FormatConfig {
        +string kind
        +boolean strict
        +dictionary options
    }
    FormatConfig <|-- MustacheFormat
    class MustacheFormat {
        +string kind
    }
Name Type Description
kind string The Mustache format discriminator