{% extends "web/app/app_base.html" %} {% load static %} {% load i18n %} {% load partials %} {% block app %}
{% partialdef page-content inline %}

Welcome to the << app_name >> app!

{% endpartialdef page-content %}
{% endblock %}