Files
thoth/assets/views/home/hello.html
Dylan Knutson b56a34c3b7
Some checks failed
CI / Check Style (push) Successful in 15s
CI / Run Clippy (push) Successful in 32s
CI / Run Tests (push) Failing after 1m18s
Initialize loco app
2024-12-01 11:37:04 -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>