Add the TailwindCSS.
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
||||
{% load static %}
|
||||
{% load static tailwind_tags %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{% tailwind_css %}
|
||||
<title>{% block title %}Simple TODO List{% endblock %}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user