{% extends "base.html" %} {% block title %}{{ title }} - 个人博客{% endblock %} {% block content %} {% if thumbnail %} {% endif %} {{ title }} {{ date[:16] | replace('T', ' ') }} {{ content | safe }} {% endblock %}