{% extends 'base.html.twig' %} {% block main %} {% if note %}

Note {{ note.slug }}

Added:

{{ note.content|markdown_to_html }}
{% else %}

Note not found

I don't have a note '{{ slug }}'.

Go back to Notes.

{% endif %} {% endblock %}