== iOS-Inspired Theme for jQuery Mobile
Currently, the back buttons have to be manually created using the following template:
<a href="#" class="ui-btn-left ui-btn ui-btn-icon-left ui-btn-corner-all ui-shadow ui-btn-up-a" data-rel="back" data-icon="arrow-l" data-theme="a">
<span class="ui-btn-inner ui-btn-corner-all">
<span class="ui-icon ui-icon-arrow-l ui-icon-shadow"></span>
</span>
<span class="ui-btn-text">Back</span>
</a>