diff options
Diffstat (limited to 'docs/theme/content.html')
| -rw-r--r-- | docs/theme/content.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/theme/content.html b/docs/theme/content.html new file mode 100644 index 00000000..93a437ff --- /dev/null +++ b/docs/theme/content.html @@ -0,0 +1,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 }} |
