{% extends "base.html" %} {% block contentclasses %}commits-col{% endblock %} {% block content %} {% for commit in all_commits %}

{{ commit.repo_name }}

{{ commit.message|urlize|linebreaksbr }}

By {{ commit.author }} on {{ commit.commit_time }}

{% endfor %} {% endblock %}