{% include('header_main.html') %}
About {{ config_vars['name'] }}


{{ config_vars['blurb'] }}

Social Links

{% for lnk in social_links %} {% if social_links[lnk]['icon']['type'] == "glyph" %} {% else %} {% endif %} {% endfor %}
{% if config_vars['fork_me'] %} 💙 Fork Me 💙 {% endif %}
{% include('footer_main.html') %}