django-eav2/docs/source/_templates/layout.html

5 lines
283 B
HTML
Raw Normal View History

{% extends "!layout.html" %}
{% block extrahead %}
2021-10-21 19:55:47 +00:00
<a href="https://github.com/jazzband/django-eav2"><img style="position: fixed; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
{% endblock %}