aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates/debug_toolbar/panels/template_source.html
blob: 192d1afcaa8d471f0c1253898fb1329ca7efeaf1 (plain)
1
2
3
4
5
6
7
8
{% load i18n %}
<div class="djDebugPanelTitle">
	<a class="close back" href="">{% trans "Back" %}</a>
	<h3>Template Source: <code>{{ template_name }}</code></h3>
</div>
<div class="djDebugPanelContent">
	{{ source }}
</div>