-<article class="container mt-5{% if note.is_draft %} text-muted{% endif %}">
- <h2><a href="{{ note.get_absolute_url }}" class="{% if note.is_draft %}text-muted{% else %}link-dark{% endif %}">{{ note.title }}</a></h2>
+<article{% if note.is_draft %} class="text-muted"{% endif %}>
+ <h2><a href="{{ note.get_absolute_url }}"{% if note.is_draft %} class="text-muted"{% endif %}>{{ note.title }}</a></h2>