{% extends "base.html" %} {% block seo %} {{ super()}} {%- if author is defined -%} {% include "json_ld_author.html" ignore missing%} {%- else -%} {% include "json_ld_index.html" ignore missing%} {%- endif -%} {% endblock %} {% block main %} {%if title and current_page != "index.html" and author is not defined %}
{{ title }}
{% endif %} {% if current_page == "index.html" %} {% if site.banner_image %}
{% endif %} {% if hero is defined %}
{{hero}}
{% endif %} {% endif %} {% if author is defined %}
{{ author.name }}

{{author.name}}

{{author.bio}}

{% if author.links %} {% endif %}
{% endif %} {% endblock %}