Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{% extends "admin/change_list.html" %}
{% block extrahead %}
<script>
var hello = '{{ extra_var }}';
</script>
{% endblock %}