Skip to content
{% quote %}
AutoXXS (320px)XS (375px)SM (640px)MD (768px)LG (1024px)XL (1280px)XXL (1536px)
SketchMaterialiOSTamagui
DataInjectionKeyPatternsServiceTransactionProcessResearchProductQualityPerformanceSpecDomainFunctionTechnologyArchitectureConfigMiddlewareDataDatabaseDrizzleMigrationModelop-sqliteSchemaSQLState ManagementDraftKeystoneMergePatchPatchesPersistenceReactiveRedoStoreUndoTestingDeviceFactoryIsolationTypeScriptZodTopicsCommunicationBidsNVCDesignDesign ImplicationsEducationPedagogyFoundationsPsychologyAttachmentFloodingRelatingAuthentic RelatingUIEditorReact Native

{% quote %}

Attributes

Parameter Type Required Description
author string β€” Attribution name shown below the quote
url string β€” Source URL β€” renders the author name as a hyperlink

Valid Parent Contexts

This tag is valid inside: {% article %}

Rules

Rule Force Realm Reference Description
quote-anchor-auto must global β€” Each is assigned an auto-incremented anchor (, , ...) so individual quotes can be linked from the aggregate page.
rendering

The body of \{% quote %\} is the quoted text. Full Markdown is supported (bold, italics, lists, inline code).

Rendering

Rendered by ArticleQuote.astro as a styled <blockquote>. If author is provided, an attribution line appears below the quoted text. If url is also provided, the author name becomes a hyperlink to the source.

Aggregate β€” Quotes page

All quotes across all articles are collected and rendered at /quotes, grouped alphabetically by author. Each entry shows the quoted content and a back-link to the source article. The aggregate page is only generated if at least one \{% quote %\} exists anywhere in the content tree.

Sidebar: A β€œQuotes” link appears in the Journal section when the aggregate is non-empty.

Quote with author and source URL
tagquotearticle quote-tag-with-attribution
{% quote author="John Gottman" url="https://www.gottman.com/blog/the-four-horsemen/" %}
Criticism, contempt, defensiveness, and stonewalling are so lethal to relationships
that I call them the Four Horsemen of the Apocalypse.
{% /quote %}
Quote with author only, no link
tagquotearticle quote-tag-no-url
{% quote author="Marshall Rosenberg" %}
What I want in my life is compassion, a flow between myself and others based on a
mutual giving from the heart.
{% /quote %}
Anonymous quote with no attribution
tagquotearticle quote-tag-anonymous
{% quote %}
Sometimes a quote has no known author.
{% /quote %}