{% extends "base.html" %} {% block meta %} {% if post.parsed['keywords'] %} {% endif %} {% if post.parsed['authors'] %} {% endif %} {% endblock %} {% block title %}{{ config.title }}: {{ post.title }}{% endblock %} {% block css %} {% for stylesheet in stylesheets %} {% endfor %} {% endblock %} {% block javascript %} {% for script in scripts %} {% endfor %} {% endblock %} {% block content %}

{% for name, target in breadcrumbs %} {{ "»" if not loop.first }} {% if target %} {{ name }} {% else %} {{ name }} {% endif %} {% endfor %}

{{ config.author.name }}'s avatar

{{ post.title }}

{{ post.html }}

Comments

{% if json.links %}

You can comment on {% for site, url in json.links.items() %} {%- if loop.first -%} {% elif loop.last %} or {%- else -%} , {%- endif %} {{ site }} {%- endfor -%}. {% endif %} {% for reply in json.replies %}

{{ reply.user.name }}'s avatar

{{ reply.comment.text }}

{% endfor %}
{% endblock %}