summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/echoparam.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/echoparam.md')
-rw-r--r--docs/content/en/functions/echoparam.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/content/en/functions/echoparam.md b/docs/content/en/functions/echoparam.md
deleted file mode 100644
index 7b80e1439..000000000
--- a/docs/content/en/functions/echoparam.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: echoParam
-description: Prints a parameter if it is set.
-categories: [functions]
-menu:
- docs:
- parent: functions
-keywords: []
-signature: ["echoParam MAP KEY"]
-relatedfuncs: []
----
-
-
-```go-html-template
-{{ echoParam .Params "project_url" }}
-```