This is Page 1. It is imported by Page 0. ::: Page 1 code blocks ```bash :page1_block1 echo "page 1 block 1 visible" ``` ```bash :(page1_block2) echo "page 1 block 2 hidden" ``` ```bash :{wrap1} echo "wrap1 before" ``` ```bash :{wrap1-after} echo "wrap1 after" ``` ```bash :{wrap2} echo "wrap2 before" ``` ```bash :{wrap2-after} echo "wrap2 after" ```