From c9be303d4c33853326f682141c7fdf51d2b13e10 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 17 May 2026 09:49:14 +0000 Subject: [PATCH] Add application source code and docker-compose files --- templates/index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..30ea2d4 --- /dev/null +++ b/templates/index.html @@ -0,0 +1 @@ +旅行地のノート

旅行地のノート

{% for note in notes %}
{{ note.content }}
{% endfor %}
\ No newline at end of file