{% load simple_components %} {% set_component "first_component" %}

{{ title }}

{{ description }}

{% end_set_component %}
{% component "first_component" title="Hello world!" description="Some text..." %} {% component "first_component" title="Some lines" description="Other text..." %} {% with value="this text will be capitalized later" %} {% component "first_component" title=123 description=value|capfirst %} {% endwith %}