1
0
Fork 0
sito-hackit-17/themes/hackit0x14/templates/includes/aboutme.html

11 lines
248 B
HTML
Raw Normal View History

<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>