{% extends "pobsync_backend/base.html" %} {% block title %}Changelog - pobsync{% endblock %} {% block content %} Release notes Changelog Installed release notes rendered from the repository changelog. Back to dashboard Installed version: {{ app_version }} Changelog file: {{ changelog_path }} {% if missing %} missing {% endif %} {% for block in changelog_blocks %} {% if block.kind == "heading" %} {% if block.level == 1 %} {{ block.text }} {% else %} {{ block.text }} {% endif %} {% elif block.kind == "list" %} {% for item in block.items %} {{ item }} {% endfor %} {% else %} {{ block.text }} {% endif %} {% endfor %} {% endblock %}
{{ block.text }}