{% extends 'base.html' %} {% from 'macros/prose-queso.html' import prose %} {% from 'macros/processors-queso.html' import ad %} {% set jsPackName = 'main' %} {% set context = data.text %} {% set graphicTags = context.guten_tag %} {% set authorComma = joiner() %} {% block google_fonts %}{# queso fonts found in CSS #}{% endblock google_fonts %} {% block css_file %} {% endblock css_file %} {% block nav %}{% include 'components/navbar.html' %}{% endblock %} {% block content_wrap %}
{% block content %}

{{ context.headline | widont or 'The only member-supported, digital-first, nonpartisan media organization' | widont }}

{# use 'none' as the value if the ad should not have a gray background #} {# do not put ads inside a container div #} {{ ad('gray') }} {# create another container for more prose if the text needs to be split by an ad #} {{ ad('gray', 'footer') }} {# Authors and contributors #} {% include "includes/authors.html" %} {% if context['contributors'] %} {% include "includes/contributors.html" %} {% endif %} {# Trust project #} {% include "includes/trust-project.html" %} {% endblock content %}
{% endblock content_wrap %} {% block inline_data %} {% endblock inline_data %}