{% extends "blog-layout.html" %} {% from "macros/pagination.html" import render_pagination %} {% block title %}The Transcript{% endblock %} {% block blog_body %}
{{ post.summary }} Read more …
by {% if post.twitter_handle %} {{ post.author or post.twitter_handle }} {% else %} {{ post.author }} {% endif %} on {{ post.pub_date|dateformat }}