{% extends 'base.html' %} {% block header %}

{{ category|title }}

Some other stuffs that ends up here. We do not know why, but it's all right, we still warmly welcome you to study them, improve them, to redistribute copies of them and release your improvements (or alien versions as you like). Read more about the way we work →
{% endblock %} {% block content %}
{% for repo in repos %}

{{ repo.name }}

{% include "commit-list.html" %}
{% endfor %}
{% endblock %}