+ {% set links = [
+ { title: 'About', href: '/' },
+ { title: 'Experience', href: '/experience' },
+ { title: 'Testimonials', href: '/testimonials' },
+ { title: 'Talks', href: '/talks' },
+ { title: 'Blog', href: '/blog' },
+ { title: 'Contact', href: '/contact' }
+ ] %}
+