{% extends "base.html" %} {% block title %}Welcome{% endblock %} {# list of users in this project #} {% if request.environ.get('repoze.who.identity') %} {% set user_details = request.environ['repoze.who.identity'].get('user') %} {% else %} {% set user_details = none %} {% endif %} {% block content %}
Your project repository has {{branches|length}} branches: