{% block header_extra %}{% endblock %}
{{ author.name }}
{% if 'theme' in config %} {% set email_public = config['theme'].get('email_public', False) %} {% set github = config['theme'].get('github', None) %} {% if email_public and author.email %}
{% endif %} {% if github %}
{% endif %} {% endif %}
{{author.description}}
{% block content %} {% endblock %}