{# Copyright The IETF Trust 2016, All Rights Reserved #} {% load analytical %} {% load origin %} {% load static %} {% load ietf_filters textfilters %} {% origin %} {% analytical_head_top %} {% if doc.type_id == "rfc" %} RFC {{ doc.rfc_number }} - {{ doc.title }} {% else %} {{ doc.name }}-{{ doc.rev }} {% endif %} {% if request.COOKIES.pagedeps == 'inline' %} {% else %} {% if html %} {% endif %} {% endif %} {% include "base/icons.html" %} {% include "doc/opengraph.html" %} {% analytical_head_bottom %} {% analytical_body_top %}
{% if html and request.COOKIES.htmlconf != 'txt' %}

{{ html|safe }}
{% else %}

{{ doc.htmlized|default:"Generation of htmlized text failed"|safe }}
{% endif %}
{% analytical_body_bottom %}