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

{{ title }}

{{ content | safe }}
{% endblock %}