{% extends "layout.html" %} {% block content %}

Define App ID and Secret

{% if sessionAppId != none and sessionAppId != false and noSession == false %}

This app is currently set to use this App ID: {{sessionAppId}}

{% endif %} {% if noSession %}

App is configured to not use session vars, please remove config.ini.php file

{% endif %}
{% endblock %}