diff options
Diffstat (limited to 'docs/theme/NavBar.jinja')
-rw-r--r-- | docs/theme/NavBar.jinja | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/theme/NavBar.jinja b/docs/theme/NavBar.jinja new file mode 100644 index 0000000..50f8ca2 --- /dev/null +++ b/docs/theme/NavBar.jinja @@ -0,0 +1,3 @@ +<nav {{ attrs.render(class="cd-navbar", data_component="NavBar") }}> +{{ content }} +</nav>
\ No newline at end of file |