Indeed, as Maksim correctly pointed out, do not use placeAt more than once.
Your HTML <body> should contain just one single <div>:
<body class="sapUiBody" role="application"> <div id="content"></div></body>
The handling of all the content should then be done using the SAPUI5 API