{# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. #} {% block head %} {% block title %}Releng API{% endblock %} {% endblock %} {% block header %}
{% if current_user.is_authenticated() %} {{ current_user.authenticated_email }} {% else %} {% endif %}

Releng API

{% endblock %} {% block content %} {% endblock %} {% block footer %} {% endblock %}