Files
hugo/docs/content/en/methods/page/Scratch.md
2025-02-13 10:40:34 +01:00

744 B

title, description, categories, keywords, action, expiryDate
title description categories keywords action expiryDate
Scratch Returns a "scratch pad" to store and manipulate data, scoped to the current page.
related returnType signatures
maps.Scratch
PAGE.Scratch
2026-11-18

{{% deprecated-in 0.138.0 %}} Use the PAGE.Store method instead.

This is a soft deprecation. This method will be removed in a future release, but the removal date has not been established. Although Hugo will not emit a warning if you continue to use this method, you should begin using PAGE.Store as soon as possible.

Beginning with v0.138.0 the PAGE.Scratch method is aliased to PAGE.Store.

{{% /deprecated-in %}}