Text into a .tpl
Tips and Tricks
I'm not exactly sure I understand what you mean by losing its format. Are you referring to the size, font and color?
{jrCore_list module="jrAudio" group_by="audio_genre" template="audio_genres.tpl"}
{if isset($_items)}
{jrCore_module_url module="jrAudio" assign="murl"}
<ul>
{foreach from=$_items item="item"}
<li>{$item.audio_genre}</li>
{/foreach}
</ul>
{/if}

<div class="item photosearch"><h3><a href="{$jamroom_url}/gallery">Uploaded Photos</a> <a href="{$jamroom_url}/flickr">Flickr Photos</a></h3></div>
{jrSeamless_list modules="jrFlickr,jrGallery" pagebreak="16" pager=true order_by="_created desc" template="newest_galleries.tpl" page=$_post.p}