from django.urls import path from .views import * urlpatterns = [ # 留言板 path('/.html', board, name='board'), ]