Bewaesserungsanlage/Webserver/Templates/action.html

23 lines
364 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<title>{{ translater.getTranslation("Irrigation") }}{{ translater.getTranslation("system") }}</title>
</head>
<body>
{% include "header.html" %}
<main>
<h2>Action</h2>
<div>
<p>
Sucess: {{ sucess }}
</p>
</div>
</main>
</body>
</html>