Files
thoth/assets/views/home/hello.html
Dylan Knutson 1cb8d1dbc8
Some checks failed
CI / Check Style (push) Successful in 17s
CI / Run Clippy (push) Successful in 28s
CI / Run Tests (push) Failing after 1m23s
Initialize loco app
2024-11-30 13:32:11 -08: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>