aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/shortcodes/fetch_url.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/shortcodes/fetch_url.md b/templates/shortcodes/fetch_url.md
new file mode 100644
index 0000000..1079fca
--- /dev/null
+++ b/templates/shortcodes/fetch_url.md
@@ -0,0 +1,2 @@
+{% set data = load_data(url=url) -%}
+{{ data }}