{% extends "base.html" %} {% set active_page = "profile" %} {% set active_link = "projects" %} {% import "account/_helpers.html" as helper %} {% import "projects/_helpers.html" as project_helper %} {% block content %} {{ helper.render_account_local_nav(current_user, active_link) }}