1
0
Fork 0
jinjax/docs/theme/PageSingle.jinja
Daniel Baumann 76fe8c2886
Merging upstream version 0.46.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 18:42:39 +01:00

10 lines
203 B
Django/Jinja

<Layout
title={{ page.title }}
description={{ page.description }}
class={{ meta.get('class', 'cd-page-single') }}
>
<NavTop />
<main>{{ content }}</main>
<NavMobile />
<Footer />
</Layout>