{% extends "base.html" %} {% block title %}{{ note_list_name }}{% endblock %} {% block content %}
{{ note.content.replace('\n', '')|safe }}