{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% comment %} rrs-web - top level page template Copyright (C) 2015 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block contenttag %}
{% endblock %} {% block topfunctions %} Export recipe list {% endblock %} {% block content %} {% block content_top %} {% endblock %} {% block content_inner %}{% endblock %} {% endblock %}