sito-hackit-18/themes/hackit0x15/templates/includes/aboutme.html
2018-06-04 16:47:41 +02:00

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>