{% extends "base.html" %} {% block header_title_lead %}{% endblock %} {% block content %} {% if user_id %}

{% trans %}Google App Engine Boilerplate{% endtrans %}

{% trans %}Congratulations on your Google App Engine Boilerplate powered page.{% endtrans %}
{% trans %}Learn why this Boilerplate Rocks{% endtrans %} {% trans %}or just{% endtrans %} {% trans %}download the Source Code{% endtrans %} {% trans %}to help you to create your application.{% endtrans %}

{% else %}

{% trans %}Google App Engine Boilerplate{% endtrans %}

{% trans %}Congratulations on your Google App Engine Boilerplate powered page.{% endtrans %}
{% trans %}Learn why this Boilerplate Rocks{% endtrans %} {% trans %}or just{% endtrans %} {% trans %}download the Source Code{% endtrans %} {% trans %}to help you to create your application.{% endtrans %}

{% trans %}Sign Up{% endtrans %}

{% endif %} {% endblock %} {% block mediaJS %} {% endblock %}