{% assign excludexml = site.data.info.excludexml | downcase | slice: 0 %} {% assign excludejson = site.data.info.excludejson | downcase | slice: 0 %} {% assign excludettl = site.data.info.excludettl | downcase | slice: 0 %} {% assign excludelogbinaryformat = site.data.info.excludelogbinaryformat | downcase | slice: 0 %} {% assign resource_ = include.type| append: '/'| append: include.id %} {% assign has_history = site.data.resources[resource_].['history'] %} {% if site.data.resources[resource_].sourceTail contains "#" %} {% assign contained_resource = 'y' %} {% endif %} {% if excludelogbinaryformat == 'y' and site.data.artifacts[page.path].type == 'Binary' %} {% assign profile_path = site.data.artifacts[page.path].exampleOf.url %} {% assign profile_structure = site.data.structuredefinitions | where: "path", profile_path | first %} {% if profile_structure.kind == 'logical' %} {% assign suppressformat = 'y' %} {% endif %} {% endif %}