{% from "macros/basic.html" import octicon without context %} Toggle navigation repocribro {% block nav_search %} {{ octicon('search') }} {% endblock %} {% if current_user.is_authenticated %} {{ octicon('person') }} {{ current_user.github_user.login }} {{ octicon('chevron-down') }} Dashboard Repositories Organizations {% if current_user.has_role('admin') %} Administration {% endif %} Logout {% else %} {{ octicon('mark-github') }} Login via GitHub {% endif %}