Init service

This commit is contained in:
2026-07-26 12:11:13 +03:00
commit 5249ed3166
71 changed files with 2725 additions and 0 deletions
@@ -0,0 +1,12 @@
<html><body>
<img src="/static/image.png" width="200"/>
<br/>
find this tera template at <code>assets/views/home/hello.html</code>:
<br/>
<br/>
{{ t(key="hello-world", lang="en-US") }},
<br/>
{{ t(key="hello-world", lang="de-DE") }}
</body></html>