<!-- ISSUES SUBMITTED THAT DO NOT FOLLOW THIS TEMPLATE WILL BE CLOSED. SUPPORT REQUESTS/QUESTIONS: If you have a support request or question please submit them to StackOverflow using the tags aurelia and aurelia-framework http://stackoverflow.com/questions/tagged/aurelia or the Aurelia Gitter https://gitter.im/aurelia/discuss SUPPORT REQUESTS SUBMITTED HERE WILL BE CLOSED. BUGS: Please use this template. Blue Spire offers paid support agreements. Further information regarding paid support may be obtained by emailing support@bluespire.com The HTML comments below are for your reference, and are not displayed when your issue is submitted, feel free to leave them. Choose one of the two headings, delete the other. --> **I'm submitting a bug report** * **Library Version:** aurelia-bootstrapper 2.3.3 **Please tell us about your environment:** * **Operating System:** Ubuntu 18.04.6 LTS * **Node Version:** 14.16.0 <!-- Minimum supported Node version is latest Node 4.x LTS run `node -v` --> * **NPM Version:** 6.14.11 <!-- Minimum supported NPM version is 3.x run `npm -v` --> * **Aurelia CLI OR JSPM OR Webpack AND Version** CLI 2.0.3 | webpack 5.64.2 <!-- If using Aurelia CLI run `au -v` in project root. If using JSPM run `jspm -v` in project root. If using Webpack run `webpack --help | grep webpack` --> * **Browser:** Chrome 96.0.4664.45 * **Language:** TypeScript 4.5.2 **Current behavior:** Text inside tr tag is rendered outside and only once **Expected/desired behavior:** <!-- If the current behavior is a bug, please provide the steps to reproduce and, if possible, a minimal demo of the problem along with a runnable gist, if possible. To create a runnable gist, go to https://gist.run/?id=7542e061bc940cde506b&sha=6821c521a6c7bae6f59a36fb8628ecd1032b2d10 Then click "Fork to Public Gist". Create your gist, then finally click "Update Gist." Include a link to the gist.run below. --> Content of tr tag is rendered inside tr tags, one for every iteration here is repo with [example](https://github.com/FrantisekPostl/aurelia-table)