<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" } ] }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter