6 <title>{{ note.title }}
</title>
7 <meta charset=
"UTF-8" />
8 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0" />
12 <h1>{{ note.title }}
</h1>
14 <div>{{ note.content|linebreaksbr|markdownify }}
</div>
16 <p>Date: {{ note.created_at|date:
"Y-m-d H:i" }}
</p>