hugo/docs/content/en/functions/echoparam.md
2023-08-30 19:24:34 +02:00

17 lines
258 B
Markdown

---
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" }}
```