training/views/index.ejs

9 lines
126 B
Plaintext
Raw Normal View History

2024-05-23 20:49:34 +02:00
<%- include('partials/header') %>
<h1>Turnstunden Organisation</h1>
2024-05-28 16:19:59 +02:00
2024-05-23 20:49:34 +02:00
</body>
</html>
<%- include('partials/footer') %>