2013-07-31 21:47:21 -05:00
|
|
|
<div class="row-fluid">
|
2015-10-24 19:35:37 -07:00
|
|
|
<div class="span6">
|
|
|
|
<div bo-show="artist.bio.trim().length">
|
|
|
|
<h2>Bio</h2>
|
|
|
|
<div class="description">
|
2015-12-27 12:22:27 +00:00
|
|
|
<p bo-html="artist.bio | linky:'_blank':{rel: 'nofollow'} | newlines"></p>
|
2015-10-24 19:35:37 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-07-31 21:47:21 -05:00
|
|
|
|
2015-10-24 19:35:37 -07:00
|
|
|
<pfm-comments type="user" resource="artist"></pfm-comments>
|
|
|
|
</div>
|
|
|
|
<div class="span6 cover-image">
|
|
|
|
<h2>Recent Tracks</h2>
|
|
|
|
<pfm-tracks-list tracks="artist.latest_tracks" class="two-columns no-artist" />
|
|
|
|
</div>
|
|
|
|
</div>
|