{% extends 'base.html' %} {% set navbar = [ (url_for('index'), 'index', 'Home'), (url_for('photography'), 'photo', 'Photography'), (url_for('me'), 'me', 'Find me') ] %} {% block header %}