×
Welcome to AppScale!
The Open Source App Engine
{% if flash_message %}- {{ flash_message }}
{% if logged_in %}
{% for panel_dict in user_layout_pref.panel %}
{% for id,page_info in panel_dict.items()%}
{% include "layouts/panel.html" %}
{% endfor %}
{% endfor %}
{% endif %}