{% for Attachment in Content %}
{{ Attachment.name() }} {% if Attachment.icon() %} Attachment icon {% else %} Attachment icon {% endif %}
created on {{ Time.localString(Attachment.created) }} (GMT {{ Time.zoneOffset() }}) by {{ Attachment.author }}
edited on {{ Time.localString(Attachment.published) }} (GMT {{ Time.zoneOffset() }}) by {{ Attachment.editor }}
{% if "image" in Attachment.mimeType %}

Attachment image

{% endif %} {{ Attachment.description }}
{% if "image" in Attachment.mimeType %} {% endif %}
File type: {{ Attachment.mimeType }}
File size: {{ Attachment.fileSize|filesizeformat(true) }}
Tags: {%- for keyword in Attachment.keywords -%} {%- if loop.index0 > 0 -%} , {%- endif %} {{- keyword -}} {%- endfor -%}
Image reference: ![{{ Attachment.name() }}](attach:{{ Attachment.name() }})
To embed this image, you can copy and paste the above text into a Markdown-formatted post.
Shortlink: [{{ Attachment.name() }}](attach:{{ Attachment.name() }})
To link to this attachment, you can copy and paste the above text into a Markdown-formatted post.
Permalink: http://{{ Site.host }}{{ Script.path(Attachment.clientPath) }}
{% endfor %}