{% extends "container-2col.html" %} {% block body %}

Welcome to Capitains Hook

{% if current_user.is_authenticated %}

Repository you might want to add

{% for repo in current_user.organizations %} {{repo}} {% endfor %}
{% endif %} {% endblock %} {% block script %} {% endblock %}