--- layout: default --- <div class="page"> <h1 class="page-title">{{ page.fullname }}</h1> {% if page.fulltitle %}<h2>{{ page.fulltitle }}</h2>{% endif %} <h3> <a href="https://kwarc.info/{{ page.account }}/publications.html">Pulibcations</a> {% if page.cv %} <a href="/{{page.cv}}">Curriculum Vitae</a>{% endif %} </h3> <img src="/{{page.pic}}" width="300"/> {{ content }} </div>