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