the problem is that your about us page is a static html page:
about_us.html
since the extension of the page is .html you will not be able to add dynamic server side content, you need to change the extension of the page to .php to allow for server side PHP code to be added to the page.