{% for commit in repo.iter_commits(max_count=20, skip=skip) %}
  • {{ commit|to_node|safe }}
    {{ commit.author.name|smartstr() }} {{ commit.authored_date|diff_time_human() }}
    {{ commit.message|smartstr() }}
  • {% endfor %}