--- authors: [michael_bluth] categories: [paige] description: Demonstration of the Paige quote shortcode. tags: [figures, quotations, shortcodes] title: Quote Shortcode weight: 20 --- Paige provides a `paige/quote` shortcode for displaying a quotation. Code: ```go-text-template {{}} Don't believe everything you read on the Internet. {{}} ``` Result: {{< paige/quote >}} Don't believe everything you read on the Internet. {{< /paige/quote >}} --- Code: ```go-text-template {{}} Don't believe everything you read on the Internet. {{}} ``` Result: {{< paige/quote caption="Abraham Lincoln" >}} Don't believe everything you read on the Internet. {{< /paige/quote >}}