<link rel = "stylesheet" href="{% static 'list.css' %}/>
import os
STATIC_URL = '/static/'
STATICFILES_DIRS=(
os.path.join(BASE_DIR,'static'),
)
display: table;
text-align: center;
contexts={'posts':posts, 'M_posts':M_posts, 'D_posts':D_posts}
return render(request, 'list.html', contexts)