{% extends "template.html.j2" %} {% block content %} {{markdown|safe}} recent git commits: {% for commit in commits %} [{{commit["repo"]}}] {+{{commit["stats"]["additions"]}}; -{{commit["stats"]["deletions"]}}} {{commit["message"]}} - github mirror {% endfor %} {% endblock %}