Article
{{ title }}
{% match byline %}{% when Some with (byline) %}{{ byline }}
{% when None %}{% endmatch %}{% include "_source.html" %} · {{ meta_line }}
{% include "_understanding.html" %}{% match summary %}{% when Some with (summary) %}{{ summary }}
{% when None %}{% endmatch %}{% match social_line %}{% when Some with (social) %}{{ social }}
{% when None %}{% endmatch %}{% if excerpt_only %}Excerpt only — continue reading at the original site.
{% endif %}{{ body_html|safe }}
{% match discussion_html %}{% when Some with (discussion) %}
Discussion
{{ discussion|safe }}