<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html" xml:lang="en" lang="en">
<head>
    <title>Index</title>
    {{> templates/partials/stylesheet }}
</head>
<body>
<main role="main">
    <a href="https://github.com/lsd-consulting/lsd-core?utm_source=lsd-report&utm_medium=logo&utm_campaign=html-index" target="_blank" rel="noopener noreferrer" class="logo-link">
        <video class="logo-video" muted playsinline>
            <source src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@main/src/main/resources/static/lsd_logo_animated.mp4" type="video/mp4">
        </video>
    </a>
    <h2><label class="index">Available Reports</label></h2>
    <div class="index-content">
        {{# each reportFiles~}}
            <a class="{{ status }}" href="{{ filename }}">{{ title }}</a>
        {{/each}}
    </div>
</main>
</body>
<footer>
    {{> templates/partials/javascript }}
    <script>
        playLogoVideo();
    </script>
    {{> templates/partials/generated-by-footer }}
</footer>
</html>
