A JavaScript Template module for block quotes
Parameters:
Name | Type | Description |
---|---|---|
eleventyConfig | Object | 11ty’s Config API |
Methods
(inner) blockquote(quote) → {String}
Blockquote markup
Parameters:
Name | Type | Description |
---|---|---|
quote | Object | The quote to display |
Returns:
- Type:
String
HTML template literal
Example
`${this.blockquote(data)}`