{% comment %} Block quote E.G. --> {% include feature/blockquote.html text="Knowledge comes, but wisdom lingers" speaker="Alfred Lord Tennyson" source="Locksley Hall" %} Options: - "text" = quote text, can use Markdown (required, hint: use a capture statement to add more complex text!) - "speaker" = name of the person who said the quote (optional) - "source" = title of the quote's source (optional) - "link" = link to source, will be added to speaker/source (note: will not be added unless you have a speaker or source value!) {%- endcomment -%}
{{ include.text | markdownify }}
{% if include.speaker or include.source %} {% endif %}