{% extends "base.html" %} {% block title %}Changelog - garuda-pilot{% endblock %} {% block content %}
{{ total_commits }} commit{{ "s" if total_commits != 1 else "" }} — git history
{% elif releases %}GitHub releases
{% else %}No history available
{% endif %}Could not load git history or GitHub releases.