Skip to content

Commit

Permalink
Officially announce Jinja2 support
Browse files Browse the repository at this point in the history
Closes #22
  • Loading branch information
JaapJoris committed May 25, 2021
1 parent b9e0923 commit 1785968
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions djhtml/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ def main():

parser = argparse.ArgumentParser(
description=(
"DjHTML is a Django template indenter that works with mixed"
" HTML/CSS/Javascript templates. It works similar to other"
" code-formatting tools such as Black. The goal is to correctly"
" indent already well-structured templates but not to fix broken"
" ones."
"DjHTML is a fully automatic template indenter that works with mixed"
" HTML/CSS/Javascript templates that contain Django or Jinja2 template"
" tags. It works similar to other code-formatting tools such as Black and"
" interoperates nicely with pre-commit. More information at"
" https://github.com/rtts/djhtml"
),
)
parser.add_argument(
Expand Down

0 comments on commit 1785968

Please sign in to comment.