{{ site.title }}
{% include 'nav-item' with { title: 'About', href: '/', pattern: '^/.$', } %} {% include 'nav-item' with { title: 'Talks', href: '/talks', pattern: '^/talks/?', } %} {% include 'nav-item' with { title: 'Blog', href: '/blog', pattern: '^/blog/?', } %} {% include 'nav-item' with { title: 'Book', href: '/test-driven-drupal', pattern: '^/test-driven-drupal/?$', } %} {% include 'nav-item' with { title: 'Contact', href: '/contact', pattern: '^/contact/?', } %}