{# Widget to demonostrate how to write a widget. A wiget is a reusable template, that can be used in other templates. To this widget can be called as: {{ widgets.HelloWorld(name="World") }} #}
{{ _("Hello"), {{ name }}!