Code ▸ Projects ▸ webint-code ▸ Releases ▸ 0.0.64 ▸ Files ▸ webint_code ▸ templates ▸ template.html 1 2 3 4 5 6 7 8 9 10 11 $def with (resource) <!doctype html> <html> <head> <title>$resource.title</title> </head> <body> <h1>$resource.title</h1> $:resource </body> </html>