3
The base folder for includes in theme.html is the root/themes folder and NOT the root/themes/themename, so you should have
<{include file="themename/center.html"}>
You can send variables with the inclusion by writing them like this:
<{include file="themename/center.html" lang="en-us"}>
which will make a variable <{$lang}> with the value "en-us" available in the included file