17 lines
386 B
Handlebars
17 lines
386 B
Handlebars
<section id="profile_info">
|
|
<h1>{{full_name}}</h1>
|
|
<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>
|
|
</section>
|
|
|
|
<a href="/posts/new">COMPOSE</a>
|
|
|
|
<section id="canvas">
|
|
|
|
</section>
|
|
|
|
<div id=paginate><span class="loader hidden"/></div>
|