Improve templates

This commit is contained in:
Augusto Gunsch
2022-01-14 20:28:15 -03:00
parent 0947ad2558
commit ce606d614e
2 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
<title>${title}</title>
</head>
<body>
<a href="../index.html">Back</a>
${content}
</body>
</html>