13 lines
No EOL
385 B
Handlebars
13 lines
No EOL
385 B
Handlebars
<div id="profile-header">
|
|
<div class="profile-image-container" style="background-image : url('{{image_url}}')"></div>
|
|
<h3>
|
|
{{full_name}}
|
|
</h3>
|
|
</div>
|
|
|
|
<!--<dl>-->
|
|
<!--<dt>Location:</dt><dd>{{location}}</dd>-->
|
|
<!--<dt>Bio:</dt><dd>{{bio}}</dd>-->
|
|
<!--<dt>Birthday:</dt><dd>{{birthday}}</dd>-->
|
|
<!--<dt>Gender:</dt><dd>{{gender}}</dd>-->
|
|
<!--</dl>--> |