Packages

Batteries-not-included, templating library agnostic SSG library for Gleam

Current section

Files

Jump to
gssg include gssg@ssg_SSG.hrl
Raw

include/gssg@ssg_SSG.hrl

-record(s_s_g, {
out_dir :: binary(),
routes :: list({binary(), any()}),
render :: fun((any()) -> binary())
}).