{% extends "base.html" %} {% block title %}Blog > {{ title }}{% endblock %} {% block description %}{{ description }}{% endblock %} {% block content %} {{ title }} {{ content|safe }} {% endblock %}