{% extends "git_browse/base.html" %} {# {% load markup %} #} {% block path %}code{% endblock %} {% block title %}Code Repositories{% endblock %} {% block content %}
Until this is better developed I would recommend trying gitweb.
If you aren't familiar with git these repositories won't make much sense and will be frustrating!
{% if object_list %} {% for item in object_list %}

browse - changelog

{{ item.name }} (aka {{ item.slug }})

{{ item.description }} {% endfor %} {% else %}

No repositories have been set up yet.

{% endif %} {% if is_paginated %} {% if has_previous %} « previous | {% endif %} {% if has_next %} next » {% endif %} {% endif %} {% endblock %}