Liquex.Parser.Tag.expression_tag

You're seeing just the function expression_tag, go back to Liquex.Parser.Tag module for more information.
Link to this function

expression_tag(combinator \\ empty(), tag_name)

View Source

Specs

expression_tag(NimbleParsec.t(), String.t()) :: NimbleParsec.t()

Parse tag with no expression

Examples

* "{% if a == 5 %}"
* "{% elsif b >= 10 and a < 4 %}"