Documentation
Usage
Minimal example
{% quote_oneup "To be or not to be" slot_author="William Shakespeare" %}
{% slot "author" %}Sample author content{% endslot %}
{% endquote_oneup %}
Bigger example
{% quote_oneup "To be or not to be, that is the question." slot_author="<strong>William Shakespeare</strong>" slot_source="<cite>Hamlet</cite>" %}
{% slot "author" %}Sample author content{% endslot %}
{% slot "source" %}Sample source content{% endslot %}
{% endquote_oneup %}
Qualified tag usage
{% ui__quote_oneup "To be or not to be" slot_author="William Shakespeare" %}
{% slot "author" %}Sample author content{% endslot %}
{% endui__quote_oneup %}
Parameters
| Name | Type | Required | Default | Choices | Description |
|---|---|---|---|---|---|
quote
|
str
|
Yes | — | — | The quote text |
Sandbox