{% extends "layout/default.html" %} {% set title = _("App") %} {% block body %}

{{_("My Apps")}}

{% endblock %} {% block script %} {% endblock %}