Hi latribulatina
You can do this by loading the "mainbody" block in the Home layout, open the file "templates/ja_mood/tps/home.php" and add the "mainbody" to the section you want.
<?php $this->loadBlock('mainbody') ?>
In case you want to add the "component" to a specific block, you can use the following calling position code:
<div id="t3-content" class="t3-content col-xs-12">
<?php if($this->hasMessage()) : ?>
<jdoc:include type="message" />
<?php endif ?>
<jdoc:include type="component" />
</div>
I added this to the file "templates/ja_mood/tpls/blocks/mainbody-home.php", and commented on the code, if you want to use this, just remove the comment.
If you have any questions, please let me know.
Best Regards.