nixin-farm/nixin_farm/assets/views/home/hello.html

12 lines
271 B
HTML
Raw Normal View History

2024-10-16 18:03:38 +00:00
<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>