Class: Liquid::Simplero::Tags::ContentFor

Inherits:
Block
  • Object
show all
Defined in:
app/models/liquid/simplero/tags/content_for.rb

Overview

Specifies content to be rendered elsewhere in the page with ContentFrom. Only supported key by default is 'header'.

{% contentfor header %}
    ...
{% endcontentfor %}

Constant Summary collapse

Syntax =
/\A(#{QuotedFragment}+)/o