About Us
The About Us template renders the About_us page.
Example website URL: https://turtle.in/pages/about-us
Arguments to be passed
Context | type | Description | |
---|---|---|---|
name | string | Name 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>