Files
kompress_eshop/assets/views/home/hello.html
2026-06-16 12:12:25 +02:00

13 lines
266 B
HTML

<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="sk") }},
<br/>
{{ t(key="hello-world", lang="en") }}
</body></html>