1
0
Fork 0
jinjax/docs/theme/PageSingle.jinja

11 lines
203 B
Text
Raw Normal View History

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