Files
universal_web_loco_rewrite/assets/views/home/hello.html
Priec 9fff6fbf7f
Some checks failed
CI / Check Style (push) Has been cancelled
CI / Run Clippy (push) Has been cancelled
CI / Run Tests (push) Has been cancelled
loco rewrite
2026-05-17 13:12:08 +02:00

12 lines
271 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="en-US") }},
<br/>
{{ t(key="hello-world", lang="de-DE") }}
</body></html>