Yes it does. I added a separator after the first two tabs and the tabs became two rows. They are still working fine. The only work for you to do is to style the tabbed content so that it will look nice:
<ul class="tabs" data-persist="true">
<li><a href="#view1">Lorem</a></li>
<li><a href="#view2">Using other templates</a></li>
<li><div style="height:30px;width:100%;"> </div></li>
<li><a href="#view3">Advanced</a></li>
</ul>