class Crinja::Tag::Call
- Crinja::Tag::Call
- Crinja::Tag
- Reference
- Object
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.