website-risg/templates/law.html
philipp 4a6c986a66
All checks were successful
CI/CD Pipeline / deploy-main (push) Has been skipped
add part function
2024-02-20 13:03:06 +01:00

18 lines
509 B
HTML

<html lang="de" data-theme="dark">
{{head}}
<body>
{{header}}
<main class="container">
<div class="btn-container">
<button class="btn-open open-js">Alles öffnen</button>
<button class="btn-close close-js">Alles schließen</button>
</div>
<h1><mark>{{title}}</mark></h1>
{{content}}
</main>
{{footer}}
<script src="app.js"></script>
<script src="toggle.js"></script>
</body>
</html>