Use askama to render test template
This commit is contained in:
parent
3f5ad25f9e
commit
8b5bfdd231
7 changed files with 152 additions and 2 deletions
|
|
@ -2,4 +2,5 @@ function main() {
|
|||
alert("Hello world!");
|
||||
}
|
||||
|
||||
main();
|
||||
const BUTTON = document.getElementById("button");
|
||||
BUTTON?.addEventListener("click", main);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue