--- authors: [michael_bluth] categories: [paige] date: "2023-01-02" description: Demonstration of the Paige quote shortcode. tags: [figures, quotations, shortcodes] title: Quote Shortcode --- 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 >}}