@@ -0,0 +1,8 @@
<?php
$context = Timber::context();
$post = Timber::get_post();
$context['post'] = $post;
$context['page_edit_link'] = current_user_can( 'edit_page', $post->ID ) ? get_edit_post_link( $post->ID ) : '';
Timber::render( 'page.twig', $context );
The note is not visible to the blocked user.