pl063/weather-station

View on GitHub
web_interface/views/layouts/main.hbs

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
        <html lang="en">

        <head>
            {{> meta}}
            <title>Weather station Viper</title>
        </head>

        <body>
          {{> header}}
          <div class="content">
            {{> dashboard}}

          </div>
            {{> footer}}
        </body>

        </html>