commit 30e9dc4c1be98df278f8099574cce563451ce078 parent acb4625d101e1f049105094abb982ccf31d671c2 Author: Hugo Soucy <hugo@soucy.cc> Date: Sat, 3 Nov 2018 20:42:56 -0400 Update Diffstat:
M | templates/test.etlua | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/templates/test.etlua b/templates/test.etlua @@ -1,9 +1,7 @@ <!-- templates/test.etlua --> <html> - <%= rendersub() %> - <body> - Hello <%- title %> + Hello <%= title %> <%- content %> </body>