class Crinja::Tag::Call

Overview

{% call render_dialog('Hello World') %} This is a simple dialog rendered by using a macro and a call block. {% endcall %}


See [Jinja2 Template Documentation](http://jinja.pocoo.org/docs/2.9/templates/#call) for details.

Defined in:

lib/tag/call.cr

Instance Method Summary

Instance methods inherited from class Crinja::Tag

end_tag : String | Nil end_tag, has_block?(node : TagNode) has_block?, interpret_output(renderer : Renderer, tag_node : TagNode) interpret_output, to_s(io) to_s

Macros inherited from class Crinja::Tag

name(name, end_tag = nil) name

Instance Method Detail

def end_tag : String | Nil #

def interpret_output(renderer : Renderer, tag_node : TagNode) #

def name : String #