mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-10 10:54:17 +00:00
8 lines
207 B
HTML
8 lines
207 B
HTML
{% verbatim %}
|
|
<div>
|
|
<h5>{{ profile.display_name }}</h5>
|
|
<img src="{{ profile.avatar_image }}" class="img-polaroid">
|
|
<p>{{ profile.description }}</p>
|
|
</div>
|
|
{% endverbatim %}
|