Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 266 Bytes

File metadata and controls

11 lines (7 loc) · 266 Bytes

Templating the UID field

The UID field is a unique identifier that can be used specifically to create SEO-friendly website URLs.

Usage

Here's how you would get the UID value from the retrieved document object.

<p> Page uid: <%= @document.uid =></p>