mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
9 lines
243 B
HTML
9 lines
243 B
HTML
|
{% load helpers %}
|
||
|
|
||
|
<div class="rendered-context-data" data-format="yaml">
|
||
|
<pre>{{ data|render_yaml }}</pre>
|
||
|
</div>
|
||
|
<div class="rendered-context-data" data-format="json" style="display: none;">
|
||
|
<pre>{{ data|render_json }}</pre>
|
||
|
</div>
|