{# Action Bar: Breadcrumbs + Share #} {% include 'partials/action-bar.html' %} {{ page_title }} {% if release_name %} {{ release_name }} {% end %} {% if page_date %} Released {{ page_date | dateformat('%B %d, %Y') }} {% end %} {% if release_status %} {{ release_status }} {% end %} {% if release_desc %} {{ release_desc }} {% end %} {# Change Categories #} {{ change_category('Added', 'star', changes_added) }} {{ change_category('Changed', 'arrow-clockwise', changes_changed) }} {{ change_category('Fixed', 'bug', changes_fixed) }} {{ change_category('Deprecated', 'warning', changes_deprecated) }} {{ change_category('Removed', 'trash', changes_removed) }} {{ change_category('Security', 'shield', changes_security) }} {{ change_category('Breaking Changes', 'danger', changes_breaking, is_breaking=true) }} {# Main content (detailed release notes) #} {% if content and content.strip() %} {{ content | safe }} {% end %} {# Links #} {% if release_github or release_download %} {% end %}