2013-08-01 04:47:21 +02:00
|
|
|
<div class="row-fluid">
|
2015-10-25 03:35:37 +01:00
|
|
|
<div class="span6">
|
|
|
|
<div bo-show="artist.bio.trim().length">
|
|
|
|
<h2>Bio</h2>
|
|
|
|
<div class="description">
|
2015-12-27 13:22:27 +01:00
|
|
|
<p bo-html="artist.bio | linky:'_blank':{rel: 'nofollow'} | newlines"></p>
|
2015-10-25 03:35:37 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-01 04:47:21 +02:00
|
|
|
|
2015-10-25 03:35:37 +01: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>
|