Footer Quick Links - Code

PHOTO EMBED

Mon Jul 15 2024 01:05:52 GMT+0000 (Coordinated Universal Time)

Saved by @vishalsingh21

<ul>
    {{#each customDataModel.links}}
        <li><a href="{{this.link}}" title="{{this.title}}">{{this.title}}</a></li>
    {{/each}}
</ul>
   
// CustomDataModel
{
    "links": [
        { "title": "New Models", "link": "/new-models" },
        { "title": "Inventory", "link": "/search/inventory" },
        { "title": "New Inventory", "link": "/search/inventory/usage/New" },
        { "title": "Used Inventory", "link": "/search/inventory/usage/Used" },
        { "title": "Services", "link": "/services" },
        { "title": "Finacing", "link": "/financing" },
        { "title": "Comapany Info", "link": "/aboutus" },
        { "title": "Contact Us", "link": "/contactus" }
    ]  
}
content_copyCOPY