1 {% extends
"note_base.html" %}
4 {% block title %}Notes - {{ note.title }}{% endblock %}
7 <article class=
"container mt-5">
8 <h2>{{ note.title }}
</h2>
9 {{ note.content|linebreaksbr|markdownify }}
10 <p>Date: {{ note.created_at|date:
"Y-m-d H:i" }}
</p>