aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rrs/recipes.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rrs/recipes.html')
-rw-r--r--templates/rrs/recipes.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
new file mode 100644
index 0000000000..2fa893e366
--- /dev/null
+++ b/templates/rrs/recipes.html
@@ -0,0 +1,19 @@
+{% extends "rrs/base_toplevel.html" %}
+{% load i18n %}
+
+{% load url from future %}
+
+{% comment %}
+
+ rrs-web - top level page template
+
+ Copyright (C) 2015 Intel Corporation
+ Licensed under the MIT license, see COPYING.MIT for details
+
+{% endcomment %}
+
+{% block navs %}
+{% endblock %}
+
+{% block content_inner %}
+{% endblock %}