commit 44ec372bf57b4a25a462d51a3f85d88e6cbf23b7 from: Omar Polo date: Fri Sep 23 15:40:46 2022 UTC workaround template compiler bug the '\0' check doesn't seem to be correctly translated commit - 898f9fe73f67c4f3bfe50651b1473fe29a6ecb2e commit + 44ec372bf57b4a25a462d51a3f85d88e6cbf23b7 blob - 076f3b1dd7efce8aa4ed44aa5d1d912a2d0e8db1 blob + e6c3493a8ed3666dd2f0489a2886bd97afaaec58 --- fragments.tmpl +++ fragments.tmpl @@ -45,8 +45,8 @@ - {{ if *stylesheet == '\0' }} - + {{ if *stylesheet == 0 }} + {{ else }} {{ end }}