+
{{AUTHOR}}
+ {% if BIO %}
+
{{BIO}}
+ {% endif %}
+ {% if LOCATION %}
+
+ {{LOCATION}}
+
+ {% endif %}
+
+ {% for name,link in SOCIAL %}
+
+ {{name}}
+ {% endfor %}
+
+ {{ articles|count }}
+ {% if articles|count > 1 %} posts {% else %} post {% endif %}
+
+
+
+