]> git.p6c8.net - pcdenotes.git/blob - notes/templates/note.html
0dbba5404ef4218717e95b117337e33138343113
[pcdenotes.git] / notes / templates / note.html
1 {% load markdownify %}
2 <article class="container mt-5">
3 <h2><a href="{{ note.get_absolute_url }}" class="link-dark">{{ note.title }}</a></h2>
4 <div class="mt-3">{{ note.content|linebreaksbr|markdownify }}</div>
5 <p class="fst-italic" style="font-size: smaller;">Published on {{ note.created_at|date:"Y-m-d, H:i" }}</p>
6 </article>

patrick-canterino.de