{% let author = shortcode.Get("author") %} {% let cite = shortcode.Get("cite") %}
{{ shortcode.Inner | safe }}
{% if author or cite %}
{% if cite %}{{ cite }}{% else %}{{ author }}{% end %}
{% end %}