I'm editing my templates and I see codes in the form of __XXX__ which I assume gets parse and then gets converted to HTML. For instance, I modifed my header to be very custom by commenting out
<div class="topBlock">
<!--__main_logo__
__hello_member__-->
and replacing inside the <div> block with my own HTML. So, where can I find where __hello_member__ is parse at?