]> git.p6c8.net - pcdenotes.git/blob - notes/templates/note_detail.html
Set max-width for images
[pcdenotes.git] / notes / templates / note_detail.html
1 {% extends "note_base.html" %}
2 {% load markdownify %}
3
4 {% block title %}{{ note.title }} – Notes{% endblock %}
5
6 {% block content %}
7 {% include "note.html" %}
8 {% endblock %}

patrick-canterino.de