{% from "core/macros.jinja" import user_profile_link %} {% macro page_history(page) %}

{% trans page_name=page.name %}You're seeing the history of page "{{ page_name }}"{% endtrans %}

{% endmacro %}