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