<div class='widget-container'>
<Widget foo bar="static" baz={dynamic}/>
</div>
<script>
import Widget from './Widget.html';
export default {
components: {
Widget
}
};
</script>
xxxxxxxxxx
{
dynamic: 'try changing this text'
}