mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
349 B
349 B
title
title |
---|
scratch pad |
Conceptually, a scratch pad is a map with methods to set, get, update, and delete values. Attach the data structure to a Page
or Site
object using the Store
method, or create a locally scoped scratch pad using the newScratch
function.