Liquex.Parser.Tag.expression_tag
You're seeing just the function
expression_tag
, go back to Liquex.Parser.Tag module for more information.
Specs
expression_tag(NimbleParsec.t(), String.t()) :: NimbleParsec.t()
Parse tag with no expression
Examples
* "{% if a == 5 %}"
* "{% elsif b >= 10 and a < 4 %}"