Add id to body

This commit is contained in:
Lucie Anglade 2023-08-05 12:42:04 +02:00
parent 4c2c04af5b
commit 9a032782d2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{% endblock head %}
</head>
<body>
<body id="page-{{ output_file.split('/')[-1].split('.')[0] }}">
<header>
<img src="/static/img/logo.svg" alt="AFPy logo">
<h1><a href="/">AFPy</a></h1>