{% let src = shortcode.Get("src") %} {% let alt = shortcode.Get("alt") %} {% let caption = shortcode.Get("caption") %} {% let link = shortcode.Get("link") %} {% if src %}
{% if link %}{% end %} {{ alt }} {% if link %}{% end %}
{% if caption %}
{{ caption }}
{% end %}
{% end %}