{% extends "base.html" %} {% block title %}{{repo|repo_name}} - {{config.site_name}}{% endblock %} {% block content %} {% include "repo-navbar.html" %} {% for commit in commits %} {% include "commit-tr.html" %} {% endfor %}
Date Commit Message Author Files + -
...

{% if !readme_text.is_empty() -%} {{ readme_text|safe }} {% else -%} (no README) {%- endif %}
{% endblock %}