Files
universal_web_loco_rewrite/assets/views/home/hello.html
2026-05-19 20:03:20 +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>