sito-hackit-16/themes/hm15/templates/includes/aboutme.html
2016-01-25 12:53:49 -05: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>