aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rrs/recipes.html
blob: 2fa893e3660f286e5d4c86c024cb8f8a9e0acab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 %}