12 lines
271 B
HTML
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>
|
||
|
|