{% extends 'changelog/master.twig' %} {% from 'macros.twig' import container_title, avatar %} {% from '_layout/comments.twig' import comments_section %} {% set title = 'Changelog ยป Change #' ~ change_info.id %} {% set canonical_url = url('changelog-change', {'change': change_info.id}) %} {% set manage_link = url('manage-changelog-change', {'change': change_info.id}) %} {% set description = change_info.header %} {% block content %}
This change has no additional notes.
{% endif %}