+++ authors = ["author-demo"] categories = ["paige", "shortcodes"] description = "Demonstration of the Paige email shortcode." tags = ["email"] title = "Email Shortcode" +++ Paige provides a `paige/email` shortcode that hides e-mail addresses from robots. ## Address and content parameters Code: ```go-html-template {{}}E-mail me{{}} ``` Result: {{< paige/email address="example@example.com" >}}E-mail me{{< /paige/email >}}