23 | | * these are normal HTML/JS files with the ability to add in Python code (e.g. variables) surrounded by brackets: {{ interpreted python here }} |
24 | | * there should be an .html file available for each function in the module (name normally being the same as the function) |
25 | | * these normally inherit from {{{views/layout.html}}} which also includes the !JavaScript from {{{views/*_ajax.html}}} |
26 | | * if there is no view defined then a default view will be displayed, which will show the values of all the data it can see, but not be formatted nicely |
| 23 | * these are normal HTML/JS files with the ability to add in Python code (e.g. variables) surrounded by brackets: {{ interpreted python here }} |
| 24 | * there should be an .html file available for each function in the module (name normally being the same as the function) |
| 25 | * these normally inherit from {{{views/layout.html}}} which also includes the !JavaScript from {{{views/*_ajax.html}}} |
| 26 | * if there is no view defined then a default view will be displayed, which will show the values of all the data it can see, but not be formatted nicely |