{% from 'core/_macros.html' import navigation_link with context %} {{ navigation_link('this is', urlname('home'), []) }} {{ navigation_link('sample', urlname('home'), []) }} {{ navigation_link('navigation', urlname('home'), []) }}