Module: Liquid

Defined in:
lib/liquidum/liquid/liquid_template_extensions.rb

Overview

This is here to allow you to block certain tags for certain templates. Say in emails or exports it doesn’t make sense to allow forms, you could exclude it as follows:

template = Liquid::Template.parse(data, block_tags: %w[form])

Defined Under Namespace

Classes: BlockBody, ParseContext