can write and read notes
This commit is contained in:
9
templates/note.html.twig
Normal file
9
templates/note.html.twig
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<section>
|
||||
<h1>Note</h1>
|
||||
<time>{{ note.getPublishedDate().format('c') }}
|
||||
<p>{{ note.content }}</p>
|
||||
</section>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user