forked from boyska/sito-hackit-17
11 lines
248 B
HTML
11 lines
248 B
HTML
|
<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>
|