Page layout.pngI would like to display a string somewhere on a Confluence page (top or bottom) which contains the version number.
E.g. 'Page Version 3.1'
Following the advice here, I have modified the layout (Confluence Admin > Layouts) by adding the following line to the page layout decorator content.
$confPage.version
However, this only displays the number. I would also like to display the text.
It also overwrites part of the text indicating who last modified the page. See screenshot. How can I avoid this?