{% extends "page.html" %} {% block title %}

{{ page.title }}

• Tags: {{ tags_list(page.tags, inline=True) }}{%- if page.source_url %} • Source{% endif -%}
{% endblock %} {% block middle %}
{%- if page.prev_url -%} ← Previous post {%- endif -%}
{%- if commons.pluso_enabled -%} {{- pluso(page.url) -}} {%- endif -%}
{%- if page.next_url %} Next post → {%- endif -%}
{% endblock %} {% block comments %} {%- if commons.id_disqus -%} {{- disqus_comments(commons.id_disqus) -}} {%- endif -%} {% endblock %}