can write and read notes

This commit is contained in:
2025-05-17 22:47:20 +01:00
parent a8d5c4dcdb
commit 6327c3509e
12 changed files with 352 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{% extends 'base.html.twig' %}
{% block content %}
<section>
<h1>Write a note</h1>
{{ form(form) }}
</section>
{% endblock %}