{% extends 'base.html.twig' %} {% block content %} {% if note %} Note {{ note.slug }} {{ note.publishedDate.format('c') }} {{ note.content }} {% else %} Note not found I don't have a note '{{ slug }}'. Go back to Notes. {% endif %} {% endblock %}
{{ note.content }}
I don't have a note '{{ slug }}'.
Go back to Notes.