summaryrefslogtreecommitdiff
path: root/plugins/warp/src/templates/file.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/warp/src/templates/file.md')
-rw-r--r--plugins/warp/src/templates/file.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/warp/src/templates/file.md b/plugins/warp/src/templates/file.md
new file mode 100644
index 00000000..433cb8e9
--- /dev/null
+++ b/plugins/warp/src/templates/file.md
@@ -0,0 +1,15 @@
+# {{ title }}
+
+{% for chunk in chunks %}
+## {{ chunk.title }}
+
+Target: {{ chunk.target }}
+
+Total items: {{ chunk.total_item_count }}
+
+| GUID | Name | Note |
+|--------------|--------------|--------------|
+{% for item in chunk.item_view -%}
+| {{ item.guid }} | {{ item.name or 'N/A' }} | {{ item.note or 'N/A' }} |
+{% endfor %}
+{% endfor %}