this is my complet tmpl file:
no search list extensions inside
give me one moment for a DEGUG Output
--------------------------------------------------
#encoding UTF-8
<!DOCTYPE html>
<html lang="$Extras.language">
<head>
<title>$Extras.Translations[$Extras.language].history |
$station.location</title>
#include "head.inc"
</head>
<body class="main-bg">
#attr $active_nav = 'history'
#include "header.inc"
<main>
<div class="container">
<div class="row my-4 align-content-start">
<h3>Temperatur min</h3>
$min_temp_table
<h3>Temperatur mittel</h3>
$avg_temp_table
<h3>Temperatur max</h3>
$max_temp_table
<h3>Regen</h3>
$rain_table
<h3>Regentage</h3>
$rain_days_table
<h3>Windgeschwindigkeit mittel</h3>
$avg_windSpeed_table
<h3>Windgeschwindigkeit max</h3>
$max_windSpeed_table
</div>
</div>
</main>
#include "footer.inc"
#include "js.inc"
</body>
</html>
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/91ef31fd-3702-4bd7-b93b-c0b8c73a7c15n%40googlegroups.com.