{% extends "base.html" %} {% block title %}{{ SITENAME }} - {{ author }}{% endblock %} {% block content %}
{% if author|string in BLOG_AUTHORS %}

{{ author }}

{{ BLOG_AUTHORS.get(author|string).description }} {% for icon, link in BLOG_AUTHORS.get(author|string).links %} {% endfor %}

{{ author|striptags }}
{% endif %}
Latest Posts
{% include "includes/posts.html" %} {% include "pagination.html" %}
{% endblock content %}