aboutsummaryrefslogtreecommitdiffstats
path: root/docs/theme/content.html
blob: 93a437ff8fdbe8ea7288b4a22e83ded04fed2c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% if meta.source %}

  {% for filename in meta.source %}
    <a class="github" href="https://github.com/tomchristie/django-rest-framework/tree/master/rest_framework/{{ filename }}">
      <span class="label label-info">{{ filename }}</span>
    </a>
  {% endfor %}

{% endif %}

{{ content }}