Current section

Files

Jump to
scriptorium src scriptorium models header.gleam
Raw

src/scriptorium/models/header.gleam

/// A post or page header: a string key and a string value.
pub type Header =
#(String, String)