{% extends "base_template.html" %} {% load utilfilters %} {% block title %} Дифф двух сниппетных дампов {% endblock %} {% block menu %} {% endblock %} {% block body %}
{{ snip|getValue:0 }} url: {{ snip|getValue:1 }} | |
{% autoescape off %}{{ snip|getValue:2 }}{% endautoescape %} {% autoescape off %}{{ snip|getValue:3 }}{% endautoescape %} |
{% autoescape off %}{{ snip|getValue:4 }}{% endautoescape %} {% autoescape off %}{{ snip|getValue:5 }}{% endautoescape %} |