{% if include.library.content.exists() %} {%include section-header.html header='Library Content' %} {% for content in Library.content %} {% if content.contentType = 'text/cql' %}
{{content.data.decode('base64')}}
{{iif(content.data.exists(), 'Encoded data', '') + ' ' + iif(content.url.exists(), 'url: ' + content.url, '')}}
{{iif(content.data.exists(), 'Encoded data', '') + ' ' + iif(content.url.exists(), 'url: ' + content.url, '')}}
{{iif(content.data.exists(), 'Encoded data', '') + ' ' + iif(content.url.exists(), 'url: ' + content.url, '')}}