simplified and removed terminal stuff

This commit is contained in:
Priec
2026-05-19 20:03:20 +02:00
parent 98a1c69582
commit c1db8358c4
20 changed files with 527 additions and 182 deletions

View File

@@ -4,9 +4,9 @@
find this tera template at <code>assets/views/home/hello.html</code>:
<br/>
<br/>
{{ t(key="hello-world", lang="en-US") }},
{{ t(key="hello-world", lang="sk") }},
<br/>
{{ t(key="hello-world", lang="de-DE") }}
{{ t(key="hello-world", lang="en") }}
</body></html>