Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleAdd the template script:
Code Block
languageyaml
titleblock-examples/templates/blocks/quote.ftl
[#if content.quotation?has_content]
${content.title!""}
${content.lead!""}
<blockquote>
<p>${cmsfn.decode(content).quotation}</p>
    [#if content.citedPerson?has_content]<cite>${content.citedPerson}</cite>[/#if]
</blockquote>
[/#if]

...