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