{% extends 'base.html' %} {% block title %}{{ post.title }}{% endblock %} {% block content %}

{{ post.title }}

{{ post.html|raw }}
{% if config.comment %}
{% endif %}
{% include 'include/sider.html' %} {% endblock %}