{% if include.base %}
{% else %}
{% endif %}
{% if include.caption %}
{% if include.author %}
{% if include.authorlink %}
{{include.caption}} {{include.copyr}} {{include.author}}
{% else %}
{{include.caption}} {{include.copyr}} {{include.author}}
{% endif %}
{% else %}
{{include.caption}} {{include.copyr}} {{site.title}}
{% endif %}
{% else %}
{{include.copyr}} {{site.title}}
{% endif %}