blob: f38f0bce21d8638a69d3c0fe2a3335f0b99ff174 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<div id="aboutme">
{% if AVATAR %}
<p>
<img width="100%" class="img-thumbnail" src="{{ AVATAR }}"/>
</p>
{% endif %}
<p>
<strong>About {{ AUTHOR }}</strong><br/>
{{ ABOUT_ME }}
</p>
</div>
|