Skip to main content

About Us

The About Us template renders the About_us page.

Example website URL: https://turtle.in/pages/about-us

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 an About_us header.

theme/templates/components/footer.vue
<div className="about-us__header">
About {{context.name}}
</div>

Was this section helpful?