sito-hackit-18/themes/hackit0x15/templates/includes/aboutme.html

11 lines
248 B
HTML
Raw Normal View History

2018-04-12 19:17:29 +02:00
<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>