{% extends "layout.html" %} {% block title %}{{ this.title }} | The Transcript{% endblock %} {% from 'macros/blocksupport.html' import render_full_width_blocks %} {% block outerbody %}
{% call render_full_width_blocks(this.body.blocks) %}

{{ this.title }}

by {% if this.twitter_handle %} {{ this.author or this.twitter_handle }} {% else %} {{ this.author }} {% endif %} on {{ this.pub_date|dateformat('full') }}

{% endcall %} {% set siblings = this.get_siblings() %} {% set older = siblings.next_page %} {% set newer = siblings.prev_page %}
{% if older %} {% endif %} {% if newer %} {% endif %}
{% endblock %}