{% if viewer %} {% if viewer.selected %} {% if not viewer.selected['binary'] %}
{{ content }}
{% endif %} {% endif %} {% endif %} {% if diff %} {% if left or right %}

                    
{{ left }}
{{ right }}
{% endif %} {% endif %}
{% if viewer %} {% if viewer.selected %} {% with selected = viewer.selected %} {% include "files/file.html" %} {% endwith %} {% endif %} {% endif %} {% if diff %} {% if diff.left and diff.left.selected %} {% with selected = diff.left.selected %} {% include "files/file.html" %} {% endwith %} {% endif %} {% if diff.right and diff.right.selected %} {% with selected = diff.right.selected %} {% include "files/file.html" %} {% endwith %} {% endif %} {% endif %}