Placeholders for insertion of Information page data
To insert Information page data in a Customer Store page, use the following Placeholders in the Infopage UI Template (see Viewing and updating a UI Template of a Customer Store page):
Placeholder  | Description  | Type  | Example  | 
|---|---|---|---|
infopage.content  | WYSIWYG editor content  | Local for Infopage UI Template  | <div> {{ infopage.content }} </div>  | 
infopage.created_at  | Time and date of Information page creation in the dd.mm.yyyy hh:mm format.  | Local for Infopage UI Template  | <div> {{ infopage.created_at }} </div>  | 
infopage.updated_at  | Time and date of Information page last update in the dd.mm.yyyy hh:mm format.  | Local for Infopage UI Template  | <div> {{ infopage.updated_at }} </div>  |