diff --git a/pyproject.toml b/pyproject.toml index cf25ac5..351179e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,8 +44,9 @@ extend-ignore = [ blank_line_before_tag = "block" blank_line_after_tag = "endblock" use_gitignore = true +format_css = false profile = "django" -format_css = true +indent = 2 [tool.djlint.css] indent_size = 2 diff --git a/server/static/css/base.css b/server/static/css/base.css index 55bcc55..f946e99 100644 --- a/server/static/css/base.css +++ b/server/static/css/base.css @@ -9,6 +9,8 @@ html { font-size: 16px; font-family: var(--font-sans); + background-color: black; + color: white; } diff --git a/server/vb/templates/base.dhtml b/server/vb/templates/base.dhtml index 9b9602d..b9db7f9 100644 --- a/server/vb/templates/base.dhtml +++ b/server/vb/templates/base.dhtml @@ -28,7 +28,7 @@ VoterBowl, coming soon.
+ {# djlint:on #} +

Hello, world!

+
diff --git a/server/vb/templates/home.dhtml b/server/vb/templates/home.dhtml index 98289d9..6d8849e 100644 --- a/server/vb/templates/home.dhtml +++ b/server/vb/templates/home.dhtml @@ -7,7 +7,7 @@ {% block body %}
diff --git a/server/vb/templates/school.dhtml b/server/vb/templates/school.dhtml index e69de29..c13d020 100644 --- a/server/vb/templates/school.dhtml +++ b/server/vb/templates/school.dhtml @@ -0,0 +1,41 @@ +{% extends "base.dhtml" %} + +{% block title %} + Voter Bowl +{% endblock title %} + +{% block body %} +
+ {# djlint:off #} + + {# djlint:on #} + +
Hello friends.
+
Hello
+
+{% endblock body %}