<div class="text-grey-185 mb-4 italic">
Autor: <span rel="author">
{% if author_url %}
<a
href="{{ author_url }}"
class="underline text-grey-100"
>{{ author_name }}</a>
{% else %}
{{ author_name }}
{% endif %}
</span>
</div>
context:
author_name: 'Redakce'
author_url: 'https://example.com'