{% extends "note_base.html" %} {% load markdownify %} {% block title %}{{ note.title }} – Notes{% endblock %} {% block content %} {% include "note.html" %} {% endblock %}