2013-08-01 04:47:21 +02:00
|
|
|
<div class="row-fluid">
|
|
|
|
<div class="span6">
|
2013-08-29 05:19:24 +02:00
|
|
|
<div bo-show="artist.bio.trim().length">
|
2013-08-01 04:47:21 +02:00
|
|
|
<h2>Bio</h2>
|
|
|
|
<div class="description">
|
2013-08-29 05:19:24 +02:00
|
|
|
<p bo-html="artist.bio | noHTML | newlines"></p>
|
2013-08-01 04:47:21 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-08-01 10:57:08 +02:00
|
|
|
<pfm-comments type="user" resource="artist"></pfm-comments>
|
2013-08-01 04:47:21 +02:00
|
|
|
</div>
|
|
|
|
<div class="span6 cover-image">
|
|
|
|
<h2>Recent Tracks</h2>
|
2013-08-29 05:19:24 +02:00
|
|
|
<pfm-tracks-list tracks="artist.latest_tracks" class="two-columns no-artist" />
|
2013-08-01 04:47:21 +02:00
|
|
|
</div>
|
|
|
|
</div>
|