{% extends "base.html" %} {% block content %} {% block title %}{{ title }}{% endblock %} {{content | markdown}} {% endblock %}