{% extends "base.html" %} {% load i18n %} {% comment %} layerindex-web - layer submission acknowledgement page template Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}

Thank you for submitting a layer. Your submission will be reviewed and if accepted should be published in the index soon.

{% endautoescape %} {% endblock %}