mirror of https://github.com/gohugoio/hugo
349 B
349 B
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.