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

11 lines
No EOL
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>