Skip to content
Snippets Groups Projects
person.html 410 B
Newer Older
  • Learn to ignore specific revisions
  • Michael Kohlhase's avatar
    new
    Michael Kohlhase committed
    ---
    layout: default
    ---
    
    <div class="page">
      <h1 class="page-title">{{ page.fullname }}</h1>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
      {% if page.fulltitle %}<h2>{{ page.fulltitle }}</h2>{% endif %}
    
    Michael Kohlhase's avatar
    new
    Michael Kohlhase committed
      <h3>
        <a href="https://kwarc.info/{{ page.account }}/publications.html">Pulibcations</a>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        {% if page.cv %}&nbsp;<a href="/{{page.cv}}">Curriculum Vitae</a>{% endif %}
    
    Michael Kohlhase's avatar
    new
    Michael Kohlhase committed
      </h3>
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
      
    
    Michael Kohlhase's avatar
    new
    Michael Kohlhase committed
      <img src="/{{page.pic}}" width="300"/>
      {{ content }}
    </div>