Skip to main content

About Us

You are reading an outdated document

Get the latest developer guides on Fynd Partners Help

The About Us template renders the About_us page.

QG11


Arguments to be passed

ContexttypeDescription
namestringname of the about_us page

Context.name This will be the object that Returns the title of the About_us page.

Example

The below example will render a About_us header.

<div class="about-us__header">
About {{context.name}}
</div>