{% extends "layout.html.tpl" %} {% block title %} {% if own.is_devel() %} Appier - {{ owner.description }} {% else %} {{ owner.description }} {% endif %} {% endblock %} {% block content %}
{% if own.is_devel() %}

Welcome to Appier Framework

You've just configured {{ owner.description }} correctly, now it's time to start the development.

{% else %}

{{ owner.description }}

{% endif %}
{% endblock %}