{% assets 'main_css' %} {% endassets %} {% if context['google_analytics_token'] %} {% endif %}

{{ title }}

Documentation
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block contents %}{% endblock %} {% if 'sf_session' in session %} Salesforce project (Log out) {% endif %}
{% if context['javascripts'] %} {% for script in context['javascripts'] %} {% if script.startswith('http') %} {% else %} {% endif %} {% endfor %} {% endif %}