You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now are results are saved in ``t.json`` and we can easily view them with ``head t.json``\ :
44
+
Now are results are saved in ``output.json`` and we can easily view them with ``head output.json``:
45
45
46
46
::
47
47
@@ -53,8 +53,7 @@ Now are results are saved in ``t.json`` and we can easily view them with ``head
53
53
copyright:"copyrighted by the Free Software Foundation",
54
54
]
55
55
56
-
..
57
-
[ToDo]
58
-
There is an error in the template.html file:
59
-
"UndefinedError: 'results' is undefined"
60
-
Will be solved in a later commit.
56
+
For a more elaborate template, refer this `default template <https://github.com/nexB/scancode-toolkit/blob/develop/src/formattedcode/templates/html/template.html>`_
57
+
given with Scancode, to generate HTML output with the ``--html`` output format option.
58
+
59
+
Documentation on `Jinja templates <https://jinja.palletsprojects.com/en/2.10.x/>`_.
0 commit comments