mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
375 B
375 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.