{% extends "base.html" %} {% block title %}{{ post.title }} - {% endblock %} {% block meta %} {% if post.meta_desc %} {% endif %} {% endblock %} {% block content %}

{% if post.link %} → {{ post.title }} {% else %} {{ post.title }} {% endif %}

{{ post.content }} {{ post.description }}

{% include "tags.html" %}
comments powered by Disqus
{% endblock %}