{% extends "base.html" %} {% block title %}Blog | {{ page.title }}{% endblock title %} {% block head %} {% endblock head %} {% block content %} {{ page.title }}. By {{ page.extra.author }}. {{ page.date | date(format="%B %d, %Y", timezone="America/Los_Angeles") }}. {{ page.content | safe }} {% if page.extra.reddit or page.extra.twitter %} {% if page.extra.reddit %} Comment on Reddit {% endif %} {% if page.extra.twitter %} Comment on Twitter {% endif %} {% endif %} {% endblock content %}