Hi.

{% if USER_LOGO_URL %} My photo {% else %} My photo {% endif %}

I'm {{ AUTHOR }}

{{ TAGLINE }}

{% include "social.html" %}
    {% for title, link in MENUITEMS %}
  • {{ title }}
  • {% endfor %} {% if DISPLAY_PAGES_ON_MENU %}{% for p in pages %}
  • {{ p.title }}
  • {% endfor %}{% endif %} {% for name, link in LINKS %}
  • {{ name }}↗
  • {% endfor %}