{% extends "base.html" %} {% block title %}{{ title }} - 个人博客{% endblock %} {% block content %}
{% if thumbnail %}
{{ title }}
{% endif %}

{{ title }}

{{ content | safe }}
{% if logged_in and post_id %}
{% endif %}
{% endblock %}