diff --git a/html.j2.nanorc b/html.j2.nanorc
new file mode 100644
index 0000000..ff14a97
--- /dev/null
+++ b/html.j2.nanorc
@@ -0,0 +1,17 @@
+## Here is a short improved example for HTML.
+##
+syntax "HTML" "\.htm[l]?.j2$"
+color brightblue start="<" end=">"
+color red "&[^;[[:space:]]]*;"
+color yellow ""[^"]*"|qq\|.*\|"
+color red "(action|alt|bgcolor|height|href|id|label|longdesc|method|name|onclick|onfocus|onload|onmouseover|rel|size|span|src|style|target|title|type|value|width)="
+color magenta start=""
+
+## Trailing spaces
+color ,green "[[:space:]]+$"
+
+## Jinja templating
+color green "\{{2}.*\}{2}"
+color green "\{\%.*\%\}"
+color brightcyan "(if|endif|for)"
+
diff --git a/nanorc b/nanorc
index 967dd5b..adf7049 100644
--- a/nanorc
+++ b/nanorc
@@ -26,6 +26,7 @@ include "~/.nano/groff.nanorc"
include "~/.nano/haml.nanorc"
include "~/.nano/haskell.nanorc"
include "~/.nano/html.nanorc"
+include "~/.nano/html.j2.nanorc"
include "~/.nano/ical.nanorc"
include "~/.nano/ini.nanorc"
include "~/.nano/inputrc.nanorc"