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