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